public class Compute_Topography extends Object implements ij.plugin.filter.PlugInFilter
Modifier and Type | Field and Description |
---|---|
protected int[] |
Dimensions |
protected boolean |
isHyperstack |
protected int |
medianFilterIncrement |
protected int |
medianFilterOffset |
protected int |
medianFilterRange |
protected ij.measure.Calibration |
myCal |
protected ij.ImagePlus |
sourceImagePlus |
protected ij.ImageStack |
stack |
protected String |
stackTitle |
CONVERT_TO_FLOAT, DOES_16, DOES_32, DOES_8C, DOES_8G, DOES_ALL, DOES_RGB, DOES_STACKS, DONE, FINAL_PROCESSING, KEEP_THRESHOLD, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, NO_UNDO_RESET, PARALLELIZE_IMAGES, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING
Constructor and Description |
---|
Compute_Topography() |
Modifier and Type | Method and Description |
---|---|
void |
run(ij.process.ImageProcessor imageProcessor) |
int |
setup(String string,
ij.ImagePlus imagePlus) |
protected ij.ImageStack stack
protected String stackTitle
protected ij.measure.Calibration myCal
protected int[] Dimensions
protected boolean isHyperstack
protected ij.ImagePlus sourceImagePlus
protected int medianFilterRange
protected int medianFilterOffset
protected int medianFilterIncrement
public int setup(String string, ij.ImagePlus imagePlus)
setup
in interface ij.plugin.filter.PlugInFilter
public void run(ij.process.ImageProcessor imageProcessor)
run
in interface ij.plugin.filter.PlugInFilter
Copyright © 2015–2021 Fiji. All rights reserved.