Uses of Class
org.anchoranalysis.image.bean.spatial.ScaleCalculator
Packages that use ScaleCalculator
Package
Description
Instance-segmentation of a
Stack
.Implementations of
ChannelProvider
that manipulate
the intensity-values of the voxels of a Channel
's
voxels.Implementations of
MaskProvider
.Implementations of
ObjectCollectionProvider
.Implementations of
SegmentChannelIntoObjects
.Implementations of
ScaleCalculator
for calculating
a scaling-factor from dimensions.Combining multiple images together into a single image.
Tasks to scale an image.
Implementation of
MarkCollectionProvider
.-
Uses of ScaleCalculator in org.anchoranalysis.image.inference.bean.segment.instance
Methods in org.anchoranalysis.image.inference.bean.segment.instance that return ScaleCalculatorModifier and TypeMethodDescriptionSegmentStackIntoObjectsScaleDecode.getScaleInput()
Any scaling to be applied to the input-image before being input to the model for inference.Methods in org.anchoranalysis.image.inference.bean.segment.instance with parameters of type ScaleCalculatorModifier and TypeMethodDescriptionvoid
SegmentStackIntoObjectsScaleDecode.setScaleInput
(ScaleCalculator scaleInput) Any scaling to be applied to the input-image before being input to the model for inference. -
Uses of ScaleCalculator in org.anchoranalysis.plugin.image.bean.channel.provider.intensity
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.intensity that return ScaleCalculatorMethods in org.anchoranalysis.plugin.image.bean.channel.provider.intensity with parameters of type ScaleCalculatorModifier and TypeMethodDescriptionvoid
ScaleXY.setScaleCalculator
(ScaleCalculator scaleCalculator) -
Uses of ScaleCalculator in org.anchoranalysis.plugin.image.bean.mask.provider
Methods in org.anchoranalysis.plugin.image.bean.mask.provider that return ScaleCalculatorMethods in org.anchoranalysis.plugin.image.bean.mask.provider with parameters of type ScaleCalculatorModifier and TypeMethodDescriptionvoid
ScaleXY.setScaleCalculator
(ScaleCalculator scaleCalculator) Determines how much to scale by. -
Uses of ScaleCalculator in org.anchoranalysis.plugin.image.bean.object.provider
Methods in org.anchoranalysis.plugin.image.bean.object.provider that return ScaleCalculatorMethods in org.anchoranalysis.plugin.image.bean.object.provider with parameters of type ScaleCalculator -
Uses of ScaleCalculator in org.anchoranalysis.plugin.image.bean.object.segment.channel
Methods in org.anchoranalysis.plugin.image.bean.object.segment.channel that return ScaleCalculatorMethods in org.anchoranalysis.plugin.image.bean.object.segment.channel with parameters of type ScaleCalculatorModifier and TypeMethodDescriptionvoid
AtScale.setScaleCalculator
(ScaleCalculator scaleCalculator) -
Uses of ScaleCalculator in org.anchoranalysis.plugin.image.bean.scale
Subclasses of ScaleCalculator in org.anchoranalysis.plugin.image.bean.scaleModifier and TypeClassDescriptionclass
Scale X and Y dimension by a constant floating-point number.class
Scales an image to approximately similar in size to aSizeXY
.class
Invert theScaleFactor
calculated by thescaleCalculator
delegate.class
Calculates a scale factor to ensure a minimum XY resolution is achieved.class
Calculates a scaling-factor to make the source image have identical dimensions asdimensionsTarget
.class
Scales to the suggested-size if one is provided, otherwise callsfallback
.Methods in org.anchoranalysis.plugin.image.bean.scale that return ScaleCalculatorModifier and TypeMethodDescriptionToSuggested.getFallback()
Used as a delegate to calculate the scale ifsuggestedSize
is empty when passed toToSuggested.calculate(java.util.Optional<org.anchoranalysis.image.core.dimensions.Dimensions>, java.util.Optional<org.anchoranalysis.image.core.dimensions.size.suggestion.ImageSizeSuggestion>)
.Invert.getScaleCalculator()
The delegateScaleCalculator
whose calculation will be inverted.Methods in org.anchoranalysis.plugin.image.bean.scale with parameters of type ScaleCalculatorModifier and TypeMethodDescriptionvoid
ToSuggested.setFallback
(ScaleCalculator fallback) Used as a delegate to calculate the scale ifsuggestedSize
is empty when passed toToSuggested.calculate(java.util.Optional<org.anchoranalysis.image.core.dimensions.Dimensions>, java.util.Optional<org.anchoranalysis.image.core.dimensions.size.suggestion.ImageSizeSuggestion>)
.void
Invert.setScaleCalculator
(ScaleCalculator scaleCalculator) The delegateScaleCalculator
whose calculation will be inverted.Constructors in org.anchoranalysis.plugin.image.bean.scale with parameters of type ScaleCalculatorModifierConstructorDescriptionToSuggested
(ScaleCalculator fallback) Creates a newToSuggested
instance. -
Uses of ScaleCalculator in org.anchoranalysis.plugin.image.task.bean.combine
Methods in org.anchoranalysis.plugin.image.task.bean.combine that return ScaleCalculatorModifier and TypeMethodDescriptionMontage.getFixedSizeScaler()
How to calculate the size of each image, whenvaryImageSize==false
.Methods in org.anchoranalysis.plugin.image.task.bean.combine with parameters of type ScaleCalculatorModifier and TypeMethodDescriptionvoid
Montage.setFixedSizeScaler
(ScaleCalculator fixedSizeScaler) How to calculate the size of each image, whenvaryImageSize==false
. -
Uses of ScaleCalculator in org.anchoranalysis.plugin.image.task.bean.scale
Fields in org.anchoranalysis.plugin.image.task.bean.scale declared as ScaleCalculatorModifier and TypeFieldDescriptionprotected ScaleCalculator
ScaleImage.scaleCalculator
Calculates what scale-factor to apply on the image.Methods in org.anchoranalysis.plugin.image.task.bean.scale that return ScaleCalculatorModifier and TypeMethodDescriptionScaleImage.getScaleCalculator()
Calculates what scale-factor to apply on the image.Methods in org.anchoranalysis.plugin.image.task.bean.scale with parameters of type ScaleCalculatorModifier and TypeMethodDescriptionvoid
ScaleImage.setScaleCalculator
(ScaleCalculator scaleCalculator) Calculates what scale-factor to apply on the image. -
Uses of ScaleCalculator in org.anchoranalysis.plugin.mpp.bean.provider.collection
Methods in org.anchoranalysis.plugin.mpp.bean.provider.collection that return ScaleCalculatorModifier and TypeMethodDescriptionScaleXY.getScaleCalculator()
TheScaleCalculator
used to determine the scaling factor.Methods in org.anchoranalysis.plugin.mpp.bean.provider.collection with parameters of type ScaleCalculatorModifier and TypeMethodDescriptionvoid
ScaleXY.setScaleCalculator
(ScaleCalculator scaleCalculator) TheScaleCalculator
used to determine the scaling factor.