Uses of Class
org.anchoranalysis.image.bean.provider.DimensionsProvider
Packages that use DimensionsProvider
Package
Description
Implementations of
ChannelProvider
that are
generic base-classes or otherwise abstract or general.Implementations of
DimensionsProvider
.Implementations of
MaskProvider
.Implementations of
MaskProvider
that process 3D
masks slice-by-slice.Implementations of
ObjectCollectionProvider
.Implementations of
ObjectCollectionProvider
involving merging objects together.Implementations of
ScaleCalculator
for calculating
a scaling-factor from dimensions.Implementations of
ObjectCollectionProvider
.Fitting geometric structures to points.
-
Uses of DimensionsProvider in org.anchoranalysis.plugin.image.bean.channel.provider
Methods in org.anchoranalysis.plugin.image.bean.channel.provider that return DimensionsProviderModifier and TypeMethodDescriptionFromDimensionsBase.getDimensions()
The provider for the dimensions of the channel to be created.Methods in org.anchoranalysis.plugin.image.bean.channel.provider with parameters of type DimensionsProviderModifier and TypeMethodDescriptionvoid
FromDimensionsBase.setDimensions
(DimensionsProvider dimensions) The provider for the dimensions of the channel to be created. -
Uses of DimensionsProvider in org.anchoranalysis.plugin.image.bean.dimensions.provider
Modifier and TypeClassDescriptionclass
Creates image-dimensions by referencing them from aChannelProvider
.class
Guesses dimensions from an input-image if it exists.class
Specifies dimensions explicitly via bean properties. -
Uses of DimensionsProvider in org.anchoranalysis.plugin.image.bean.mask.provider
Methods in org.anchoranalysis.plugin.image.bean.mask.provider that return DimensionsProviderModifier and TypeMethodDescriptionFromDimensionsBase.getDimensions()
Provider for the dimensions used to create the mask.Methods in org.anchoranalysis.plugin.image.bean.mask.provider with parameters of type DimensionsProviderModifier and TypeMethodDescriptionvoid
FromDimensionsBase.setDimensions
(DimensionsProvider dimensions) Provider for the dimensions used to create the mask. -
Uses of DimensionsProvider in org.anchoranalysis.plugin.image.bean.mask.provider.slice
Methods in org.anchoranalysis.plugin.image.bean.mask.provider.slice that return DimensionsProviderMethods in org.anchoranalysis.plugin.image.bean.mask.provider.slice with parameters of type DimensionsProviderModifier and TypeMethodDescriptionvoid
RepeatSlice.setDimensions
(DimensionsProvider dimensions) Dimensions to create new mask -
Uses of DimensionsProvider in org.anchoranalysis.plugin.image.bean.object.provider
Methods in org.anchoranalysis.plugin.image.bean.object.provider that return DimensionsProviderModifier and TypeMethodDescriptionWithDimensionsBase.getDimensions()
Provider for the dimensions to be used.WithOptionalDimensionsBase.getDimensions()
Optional provider for dimensions.Methods in org.anchoranalysis.plugin.image.bean.object.provider with parameters of type DimensionsProviderModifier and TypeMethodDescriptionvoid
WithDimensionsBase.setDimensions
(DimensionsProvider dimensions) Provider for the dimensions to be used.void
WithOptionalDimensionsBase.setDimensions
(DimensionsProvider dimensions) Optional provider for dimensions. -
Uses of DimensionsProvider in org.anchoranalysis.plugin.image.bean.object.provider.merge
Methods in org.anchoranalysis.plugin.image.bean.object.provider.merge that return DimensionsProviderMethods in org.anchoranalysis.plugin.image.bean.object.provider.merge with parameters of type DimensionsProviderModifier and TypeMethodDescriptionvoid
MergeBase.setDimensions
(DimensionsProvider dimensions) Provider for image dimensions. -
Uses of DimensionsProvider in org.anchoranalysis.plugin.image.bean.scale
Methods in org.anchoranalysis.plugin.image.bean.scale that return DimensionsProviderModifier and TypeMethodDescriptionToDimensions.getDimensions()
The dimensions the source image/entity is desired to be scaled to.ToDimensions.getDimensionsSourceFallback()
Source dimensions used as a fallback, if they are not passed as parameter toToDimensions.calculate(java.util.Optional<org.anchoranalysis.image.core.dimensions.Dimensions>, java.util.Optional<org.anchoranalysis.image.core.dimensions.size.suggestion.ImageSizeSuggestion>)
.Methods in org.anchoranalysis.plugin.image.bean.scale with parameters of type DimensionsProviderModifier and TypeMethodDescriptionvoid
ToDimensions.setDimensions
(DimensionsProvider dimensions) The dimensions the source image/entity is desired to be scaled to.void
ToDimensions.setDimensionsSourceFallback
(DimensionsProvider dimensionsSourceFallback) Source dimensions used as a fallback, if they are not passed as parameter toToDimensions.calculate(java.util.Optional<org.anchoranalysis.image.core.dimensions.Dimensions>, java.util.Optional<org.anchoranalysis.image.core.dimensions.size.suggestion.ImageSizeSuggestion>)
.Constructors in org.anchoranalysis.plugin.image.bean.scale with parameters of type DimensionsProviderModifierConstructorDescriptionToDimensions
(DimensionsProvider dimensions) Create with specificdimensions
.ToDimensions
(DimensionsProvider dimensions, boolean preserveAspectRatio) Create with specificdimensions
andpreserveAspectRatio
. -
Uses of DimensionsProvider in org.anchoranalysis.plugin.mpp.bean.object.provider
Methods in org.anchoranalysis.plugin.mpp.bean.object.provider that return DimensionsProviderMethods in org.anchoranalysis.plugin.mpp.bean.object.provider with parameters of type DimensionsProvider -
Uses of DimensionsProvider in org.anchoranalysis.plugin.points.bean.fitter
Methods in org.anchoranalysis.plugin.points.bean.fitter that return DimensionsProviderModifier and TypeMethodDescriptionPointsFitterToMark.getDimensions()
Provides theDimensions
for the fitting operation.Methods in org.anchoranalysis.plugin.points.bean.fitter with parameters of type DimensionsProviderModifier and TypeMethodDescriptionvoid
PointsFitterToMark.setDimensions
(DimensionsProvider dimensions) Provides theDimensions
for the fitting operation.