Class ConnectedComponentsFromBinarySegmentation
Object
AnchorBean<SegmentChannelIntoObjects>
InitializableBean<SegmentChannelIntoObjects, ImageInitialization>
ImageBean<SegmentChannelIntoObjects>
SegmentationBean<SegmentChannelIntoObjects>
SegmentChannelIntoObjects
ConnectedComponentsFromBinarySegmentation
public class ConnectedComponentsFromBinarySegmentation
extends SegmentChannelIntoObjects
Performs a binary-segmentation of the channel and converts its connected-components into objects
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintBinarySegmentationObjectCollectionvoidsetMinNumberVoxels(int minNumberVoxels) voidsetSegment(BinarySegmentation segment) Methods inherited from class org.anchoranalysis.image.bean.segment.object.SegmentChannelIntoObjects
checkUnsupported3D, checkUnsupportedObjectMask, checkUnsupportedSeedsMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
ConnectedComponentsFromBinarySegmentation
public ConnectedComponentsFromBinarySegmentation()
-
-
Method Details
-
segment
-
getSegment
public BinarySegmentation getSegment() -
setSegment
public void setSegment(BinarySegmentation segment) -
getMinNumberVoxels
public int getMinNumberVoxels() -
setMinNumberVoxels
public void setMinNumberVoxels(int minNumberVoxels)
-