@Deprecated public class ConnectedComponents extends Object
| Constructor and Description |
|---|
ConnectedComponents()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ij.ImagePlus |
computeLabels(ij.ImagePlus imagePlus,
int conn,
int bitDepth)
Deprecated.
replaced by BinaryImages.componentsLabeling(ImagePlus, int, int)
|
static ij.process.ImageProcessor |
computeLabels(ij.process.ImageProcessor image,
int conn,
int bitDepth)
Deprecated.
replaced by BinaryImages.componentsLabeling(ImageProcessor, int, int)
|
static ij.ImageStack |
computeLabels(ij.ImageStack image,
int conn,
int bitDepth)
Deprecated.
replaced by BinaryImages.componentsLabeling(ImageStack, int, int)
|
@Deprecated public static final ij.ImagePlus computeLabels(ij.ImagePlus imagePlus, int conn, int bitDepth)
imagePlus - contains the 3D binary image stackconn - the connectivity, either 4 or 8 for planar images, or 6 or 26 for 3D imagesbitDepth - the number of bits used to create the result stack (8, 16 or 32)@Deprecated public static final ij.process.ImageProcessor computeLabels(ij.process.ImageProcessor image, int conn, int bitDepth)
image - contains the binary image (any type is accepted)conn - the connectivity, either 4 or 8bitDepth - the number of bits used to create the result stack (8, 16 or 32)@Deprecated public static final ij.ImageStack computeLabels(ij.ImageStack image, int conn, int bitDepth)
image - contains the 3D binary image (any type is accepted)conn - the connectivity, either 6 or 26bitDepth - the number of bits used to create the result stack (8, 16 or 32)Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.