Class AtScale
Object
AnchorBean<SegmentChannelIntoObjects>
InitializableBean<SegmentChannelIntoObjects, ImageInitialization>
ImageBean<SegmentChannelIntoObjects>
SegmentationBean<SegmentChannelIntoObjects>
SegmentChannelIntoObjects
SegmentChannelIntoObjectsUnary
AtScale
public class AtScale
extends SegmentChannelIntoObjectsUnary
Perform a segmentation at a different scale, and then fit the results back to the original scale.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInterpolatorThe interpolator to use.intScaleCalculatorObjectCollectionsegment(Channel channel, Optional<ObjectMask> objectMask, Optional<ObjectCollection> seeds, SegmentChannelIntoObjects upstreamSegmenter) voidsetInterpolator(Interpolator interpolator) The interpolator to use.voidsetOutlineWidth(int outlineWidth) voidsetScaleCalculator(ScaleCalculator scaleCalculator) Methods inherited from class org.anchoranalysis.image.bean.segment.object.SegmentChannelIntoObjectsUnary
getSegment, segment, setSegmentMethods 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
-
AtScale
public AtScale()
-
-
Method Details
-
segment
-
getScaleCalculator
public ScaleCalculator getScaleCalculator() -
setScaleCalculator
public void setScaleCalculator(ScaleCalculator scaleCalculator) -
getOutlineWidth
public int getOutlineWidth() -
setOutlineWidth
public void setOutlineWidth(int outlineWidth) -
getInterpolator
public Interpolator getInterpolator()The interpolator to use. -
setInterpolator
public void setInterpolator(Interpolator interpolator) The interpolator to use.
-