public class LabelBoundariesLabeling3D extends AlgoStub
Result instance, that encloses the
boundary label map and the list of boundaries as a BoundarySet.
Each Boundary in the boundary set is identified by an integer
index, and contains the list of regions it is adjacent to.Boundary,
BoundarySet,
LabelBoundariesLabeling2D| Modifier and Type | Class and Description |
|---|---|
class |
LabelBoundariesLabeling3D.Result
Provides the result of a boundary labeling.
|
| Constructor and Description |
|---|
LabelBoundariesLabeling3D() |
| Modifier and Type | Method and Description |
|---|---|
LabelBoundariesLabeling3D.Result |
process(ij.ImageStack labelMap)
Computes boundary labeling on the specified label map of regions, and
returns the result in a
Result instance. |
addAlgoListener, fireProgressChanged, fireProgressChanged, fireStatusChanged, fireStatusChanged, removeAlgoListenerpublic LabelBoundariesLabeling3D.Result process(ij.ImageStack labelMap)
Result instance.labelMap - the label map of the regionsCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.