Package inra.ijpb.plugins
Class RegionMorphometryPlugin
java.lang.Object
inra.ijpb.plugins.RegionMorphometryPlugin
- All Implemented Interfaces:
ij.plugin.filter.PlugInFilter
@Deprecated
public class RegionMorphometryPlugin
extends java.lang.Object
implements ij.plugin.filter.PlugInFilter
Deprecated.
replaced by AnalyzeRegions
Plugin for computing morphology of regions.
-
Field Summary
Fields Modifier and Type Field Description boolean
debug
Deprecated.When this options is set to true, information messages are displayed on the console, and the number of counts for each direction is included in results table.static java.lang.String[]
dirNumberLabels
Deprecated.List of available numbers of directionsstatic int[]
dirNumbers
Deprecated.Array of weights, in the same order than the array of names.Fields inherited from interface ij.plugin.filter.PlugInFilter
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 Summary
Constructors Constructor Description RegionMorphometryPlugin()
Deprecated. -
Method Summary
Modifier and Type Method Description java.lang.Object[]
exec(ij.ImagePlus inputImage, int nDirs)
Deprecated.ij.measure.ResultsTable
process(ij.ImagePlus inputImage, int nDirs)
Deprecated.Process the input image.void
run(ij.process.ImageProcessor ip)
Deprecated.int
setup(java.lang.String arg, ij.ImagePlus imp)
Deprecated.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
dirNumberLabels
public static final java.lang.String[] dirNumberLabelsDeprecated.List of available numbers of directions -
dirNumbers
public static final int[] dirNumbersDeprecated.Array of weights, in the same order than the array of names. -
debug
public boolean debugDeprecated.When this options is set to true, information messages are displayed on the console, and the number of counts for each direction is included in results table.
-
-
Constructor Details
-
RegionMorphometryPlugin
public RegionMorphometryPlugin()Deprecated.
-
-
Method Details
-
setup
public int setup(java.lang.String arg, ij.ImagePlus imp)Deprecated.- Specified by:
setup
in interfaceij.plugin.filter.PlugInFilter
-
run
public void run(ij.process.ImageProcessor ip)Deprecated.- Specified by:
run
in interfaceij.plugin.filter.PlugInFilter
-
process
public ij.measure.ResultsTable process(ij.ImagePlus inputImage, int nDirs)Deprecated.Process the input image.- Parameters:
inputImage
- the image to processnDirs
- the number of directions to use- Returns:
- the results table containing morphometry features of regions
-
exec
@Deprecated public java.lang.Object[] exec(ij.ImagePlus inputImage, int nDirs)Deprecated.Process the input image.- Parameters:
inputImage
- the image to processnDirs
- the number of directions to use- Returns:
- the results table containing morphometry features of regions
-