public class AverageThickness extends RegionAnalyzer2D<AverageThickness.Result>
ImageJSkeleton, 
DistanceTransform2D| Modifier and Type | Class and Description | 
|---|---|
class  | 
AverageThickness.Result
Inner class used for representing results of average thickness
 computations. 
 | 
| Constructor and Description | 
|---|
AverageThickness()  | 
| Modifier and Type | Method and Description | 
|---|---|
AverageThickness.Result[] | 
analyzeRegions(ij.process.ImageProcessor image,
              int[] labels,
              ij.measure.Calibration calib)
Computes an instance of the generic type T for each region in input label image. 
 | 
ij.measure.ResultsTable | 
createTable(Map<Integer,AverageThickness.Result> results)
Utility method that converts the detailed results of the
  
RegionAnalyzer.analyzeRegions(ImagePlus) method into an instance of
 ResultsTable to facilitate display by ImageJ. | 
analyzeRegions, analyzeRegions, computeTableaddAlgoListener, fireProgressChanged, fireProgressChanged, fireStatusChanged, fireStatusChanged, removeAlgoListenerpublic ij.measure.ResultsTable createTable(Map<Integer,AverageThickness.Result> results)
RegionAnalyzerRegionAnalyzer.analyzeRegions(ImagePlus) method into an instance of
 ResultsTable to facilitate display by ImageJ.results - the mapping between each region label and the result of the
            analysispublic AverageThickness.Result[] analyzeRegions(ij.process.ImageProcessor image, int[] labels, ij.measure.Calibration calib)
RegionAnalyzer2DanalyzeRegions in class RegionAnalyzer2D<AverageThickness.Result>image - the input image containing label of particleslabels - the array of labels within the imagecalib - the spatial calibration of the imageCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.