Class Sequence
Object
AnchorBean<BinarySegmentation>
InitializableBean<BinarySegmentation, ImageInitialization>
ImageBean<BinarySegmentation>
SegmentationBean<BinarySegmentation>
BinarySegmentation
Sequence
public class Sequence
extends BinarySegmentation
Performs a sequence of succesive segmentations
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckMisconfigured(BeanInstanceMap defaultInstances) List<BinarySegmentation> getList()A list of binary-segmentations that are applied successively (the output of the predecessor becomes the input of the sucecssor)BinaryVoxels<UnsignedByteBuffer> segment(VoxelsUntyped voxels, BinarySegmentationParameters parameters, Optional<ObjectMask> objectMask) voidA list of binary-segmentations that are applied successively (the output of the predecessor becomes the input of the sucecssor)Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBean
describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
Sequence
public Sequence()
-
-
Method Details
-
checkMisconfigured
public void checkMisconfigured(BeanInstanceMap defaultInstances) throws BeanMisconfiguredException - Overrides:
checkMisconfiguredin classAnchorBean<BinarySegmentation>- Throws:
BeanMisconfiguredException
-
segment
public BinaryVoxels<UnsignedByteBuffer> segment(VoxelsUntyped voxels, BinarySegmentationParameters parameters, Optional<ObjectMask> objectMask) throws SegmentationFailedException - Specified by:
segmentin classBinarySegmentation- Throws:
SegmentationFailedException
-
getList
A list of binary-segmentations that are applied successively (the output of the predecessor becomes the input of the sucecssor) -
setList
A list of binary-segmentations that are applied successively (the output of the predecessor becomes the input of the sucecssor)
-