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 TypeMethodDescriptionvoidSegmentStackIntoObjectsScaleDecode.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 TypeMethodDescriptionvoidScaleXY.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 TypeMethodDescriptionvoidScaleXY.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 TypeMethodDescriptionvoidAtScale.setScaleCalculator(ScaleCalculator scaleCalculator) -
Uses of ScaleCalculator in org.anchoranalysis.plugin.image.bean.scale
Subclasses of ScaleCalculator in org.anchoranalysis.plugin.image.bean.scaleModifier and TypeClassDescriptionclassScale X and Y dimension by a constant floating-point number.classScales an image to approximately similar in size to aSizeXY.classInvert theScaleFactorcalculated by thescaleCalculatordelegate.classCalculates a scale factor to ensure a minimum XY resolution is achieved.classCalculates a scaling-factor to make the source image have identical dimensions asdimensionsTarget.classScales 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 ifsuggestedSizeis 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 delegateScaleCalculatorwhose calculation will be inverted.Methods in org.anchoranalysis.plugin.image.bean.scale with parameters of type ScaleCalculatorModifier and TypeMethodDescriptionvoidToSuggested.setFallback(ScaleCalculator fallback) Used as a delegate to calculate the scale ifsuggestedSizeis 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>).voidInvert.setScaleCalculator(ScaleCalculator scaleCalculator) The delegateScaleCalculatorwhose calculation will be inverted.Constructors in org.anchoranalysis.plugin.image.bean.scale with parameters of type ScaleCalculatorModifierConstructorDescriptionToSuggested(ScaleCalculator fallback) Creates a newToSuggestedinstance. -
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 TypeMethodDescriptionvoidMontage.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 ScaleCalculatorScaleImage.scaleCalculatorCalculates 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 TypeMethodDescriptionvoidScaleImage.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()TheScaleCalculatorused to determine the scaling factor.Methods in org.anchoranalysis.plugin.mpp.bean.provider.collection with parameters of type ScaleCalculatorModifier and TypeMethodDescriptionvoidScaleXY.setScaleCalculator(ScaleCalculator scaleCalculator) TheScaleCalculatorused to determine the scaling factor.