@Deprecated public class RegionMorphometryPlugin extends Object implements ij.plugin.filter.PlugInFilter
| Modifier and Type | Field and 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 String[] | 
dirNumberLabels
Deprecated.  
List of available numbers of directions 
 | 
static int[] | 
dirNumbers
Deprecated.  
Array of weights, in the same order than the array of names. 
 | 
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 | 
|---|
RegionMorphometryPlugin()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
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(String arg,
     ij.ImagePlus imp)
Deprecated.  
  | 
public static final String[] dirNumberLabels
public static final int[] dirNumbers
public boolean debug
public int setup(String arg, ij.ImagePlus imp)
setup in interface ij.plugin.filter.PlugInFilterpublic void run(ij.process.ImageProcessor ip)
run in interface ij.plugin.filter.PlugInFilterpublic ij.measure.ResultsTable process(ij.ImagePlus inputImage,
                                       int nDirs)
inputImage - the image to processnDirs - the number of directions to use@Deprecated public Object[] exec(ij.ImagePlus inputImage, int nDirs)
inputImage - the image to processnDirs - the number of directions to useCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.