Class SegmentationBean<T>
Object
org.anchoranalysis.bean.AnchorBean<B>
org.anchoranalysis.bean.initializable.InitializableBean<T,ImageInitialization>
org.anchoranalysis.image.bean.ImageBean<T>
org.anchoranalysis.image.bean.segment.SegmentationBean<T>
- Type Parameters:
T- bean-type
- Direct Known Subclasses:
BinarySegmentation,SegmentChannelIntoObjects
public abstract class SegmentationBean<T> extends ImageBean<T>
Performs some kind of segmentation on an image.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Modifier Constructor Description protectedSegmentationBean() -
Method Summary
Methods 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
-
SegmentationBean
protected SegmentationBean()
-