| Constructor and Description | 
|---|
FindAllLabels()
Default empty constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int[] | 
process(ij.ImagePlus image)
Returns the set of unique labels existing in the given image, excluding
 the value zero (used for background). 
 | 
int[] | 
process(ij.process.ImageProcessor image)
Returns the set of unique labels existing in the given image, excluding 
 the value zero (used for background). 
 | 
int[] | 
process(ij.ImageStack image)
Returns the set of unique labels existing in the given stack, excluding 
 the value zero (used for background). 
 | 
addAlgoListener, fireProgressChanged, fireProgressChanged, fireStatusChanged, fireStatusChanged, removeAlgoListenerpublic int[] process(ij.ImagePlus image)
image - an instance of ImagePlus containing a label imagepublic int[] process(ij.process.ImageProcessor image)
image - a label imagepublic int[] process(ij.ImageStack image)
image - a 3D label imageCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.