public class LabelBoundariesLabeling2D 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, 
LabelBoundariesLabeling3D| Modifier and Type | Class and Description | 
|---|---|
class  | 
LabelBoundariesLabeling2D.Result
Provides the result of a boundary labeling. 
 | 
| Constructor and Description | 
|---|
LabelBoundariesLabeling2D()  | 
| Modifier and Type | Method and Description | 
|---|---|
LabelBoundariesLabeling2D.Result | 
process(ij.process.ImageProcessor 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 LabelBoundariesLabeling2D.Result process(ij.process.ImageProcessor labelMap)
Result instance.labelMap - the label map of the regionsCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.