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 TypeMethodDescriptionvoidFromDimensionsBase.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 TypeClassDescriptionclassCreates image-dimensions by referencing them from aChannelProvider.classGuesses dimensions from an input-image if it exists.classSpecifies 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 TypeMethodDescriptionvoidFromDimensionsBase.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 TypeMethodDescriptionvoidRepeatSlice.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 TypeMethodDescriptionvoidWithDimensionsBase.setDimensions(DimensionsProvider dimensions) Provider for the dimensions to be used.voidWithOptionalDimensionsBase.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 TypeMethodDescriptionvoidMergeBase.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 TypeMethodDescriptionvoidToDimensions.setDimensions(DimensionsProvider dimensions) The dimensions the source image/entity is desired to be scaled to.voidToDimensions.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 specificdimensionsandpreserveAspectRatio. -
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 theDimensionsfor the fitting operation.Methods in org.anchoranalysis.plugin.points.bean.fitter with parameters of type DimensionsProviderModifier and TypeMethodDescriptionvoidPointsFitterToMark.setDimensions(DimensionsProvider dimensions) Provides theDimensionsfor the fitting operation.