Uses of Class
org.anchoranalysis.image.core.dimensions.Resolution
Packages that use Resolution
Package
Description
A particular stack used in feature-calculations called a
EnergyStack
together with related classes.Base classes providing inputs to feature calculations.
Non-bean classes relating to image-segmentation.
The
Channel
core data-class and related operations
and converters.Factory classes for creating
Channel
for various
voxel data-types.Classes to describe the size of images or components of images both in voxels and physically.
An image with only two permissible states.
Defines the key data object,
Stack
, and related
classes.Features that convert to/from physical spatial units (e.g. meters) as opposed to pixels/voxels.
Image-related implementations of
FeatureInput
.Writing an
ObjectCollection
to the filesystem as
multiple binary singled-channeled images.Converts to and from ImageJ data-structures for images.
Lower and upper limits set around variables.
Bounds on how to rotate an entity in Euclidean space.
Proposing
Mark
s or other data-structures with particular
attributes.Features calculated on a
Mark
.Features calculated on a
org.anchoranalysis.mpp.feature.bean.mark.collection
.Mark
s implementing conic sections.Euclidean Distance Transform
implementations via FIJI.
Implementations of
ObjectCollectionProvider
involving merging objects together.Beans involving physical units for measurement.
Implementations of
StackReader
.Reading and writing metadata XML.
Testing utilities and fixtures with no greater downstream dependency than anchor-image-io
or anchor-io-bioformats or anchor-imagej.
-
Uses of Resolution in org.anchoranalysis.feature.energy
Methods in org.anchoranalysis.feature.energy that return types with arguments of type ResolutionModifier and TypeMethodDescriptionEnergyStack.resolution()
The image-resolution associated with the energy-stack. -
Uses of Resolution in org.anchoranalysis.feature.input
Methods in org.anchoranalysis.feature.input that return ResolutionModifier and TypeMethodDescriptiondefault Resolution
FeatureInputWithResolution.getResolutionRequired()
The resolution of the associated image, or an exception if it is not available.Methods in org.anchoranalysis.feature.input that return types with arguments of type ResolutionModifier and TypeMethodDescriptionFeatureInputDimensions.getResolutionOptional()
FeatureInputEnergy.getResolutionOptional()
FeatureInputWithResolution.getResolutionOptional()
The resolution of the associated image, if it is available. -
Uses of Resolution in org.anchoranalysis.image.bean.nonbean.segment
Methods in org.anchoranalysis.image.bean.nonbean.segment that return types with arguments of type ResolutionModifier and TypeMethodDescriptionBinarySegmentationParameters.getResolution()
AResolution
associated with the image being segmented.Constructors in org.anchoranalysis.image.bean.nonbean.segment with parameters of type ResolutionModifierConstructorDescriptionBinarySegmentationParameters
(Resolution resolution, Optional<Histogram> intensityHistogram) Creates with a specific resolution and intensity-histogram.Constructor parameters in org.anchoranalysis.image.bean.nonbean.segment with type arguments of type ResolutionModifierConstructorDescriptionBinarySegmentationParameters
(Optional<Resolution> resolution) Creates with a specific resolution, but no intensity-histogram. -
Uses of Resolution in org.anchoranalysis.image.core.channel
Methods in org.anchoranalysis.image.core.channel that return types with arguments of type ResolutionModifier and TypeMethodDescriptionChannel.resolution()
The resolution of the voxel that describes a physical size for each voxel.Method parameters in org.anchoranalysis.image.core.channel with type arguments of type ResolutionModifier and TypeMethodDescriptionvoid
Channel.assignResolution
(Optional<Resolution> resolution) Assigns a new resolution.Constructor parameters in org.anchoranalysis.image.core.channel with type arguments of type ResolutionModifierConstructorDescriptionChannel
(Voxels<?> voxels, Optional<Resolution> resolution) Creates for particular voxels and resolution. -
Uses of Resolution in org.anchoranalysis.image.core.channel.factory
Method parameters in org.anchoranalysis.image.core.channel.factory with type arguments of type Resolution -
Uses of Resolution in org.anchoranalysis.image.core.dimensions
Methods in org.anchoranalysis.image.core.dimensions that return ResolutionModifier and TypeMethodDescriptionstatic Resolution
Resolution.createWithXY
(double xy) Creates with only XY resolution, identical in both dimensions.static Resolution
Resolution.createWithXYAndZ
(double xy, double z) Creates with XY resolution and Z resolution.abstract Resolution
OrientationChange.resolution
(Resolution resolution) AResolution
that describesresolution
after the orientation change.Resolution.scaleXY
(ScaleFactor scaleFactor) Multiplies the X and Y components of the resolution by a factor.Methods in org.anchoranalysis.image.core.dimensions that return types with arguments of type ResolutionModifier and TypeMethodDescriptionDimensions.resolution()
Resolution of voxels to physical measurements.Methods in org.anchoranalysis.image.core.dimensions with parameters of type ResolutionModifier and TypeMethodDescriptionabstract Resolution
OrientationChange.resolution
(Resolution resolution) AResolution
that describesresolution
after the orientation change.Method parameters in org.anchoranalysis.image.core.dimensions with type arguments of type ResolutionModifier and TypeMethodDescriptionDimensions.duplicateChangeResolution
(Optional<Resolution> resolutionToAssign) Deep-copies the current object, but assigns a differentResolution
.Constructors in org.anchoranalysis.image.core.dimensions with parameters of type ResolutionModifierConstructorDescriptionUnitConverter
(Resolution resolution) Creates a newUnitConverter
instance.Constructor parameters in org.anchoranalysis.image.core.dimensions with type arguments of type ResolutionModifierConstructorDescriptionDimensions
(Extent extent, Optional<Resolution> resolution) Creates a newDimensions
instance. -
Uses of Resolution in org.anchoranalysis.image.core.mask
Methods in org.anchoranalysis.image.core.mask that return types with arguments of type ResolutionModifier and TypeMethodDescriptionMask.resolution()
Resolution of voxels to physical measurements.Constructor parameters in org.anchoranalysis.image.core.mask with type arguments of type ResolutionModifierConstructorDescriptionMask
(BinaryVoxels<UnsignedByteBuffer> voxels, Optional<Resolution> resolution) Creates a mask from an existing binary-voxels and a specific image resolution. -
Uses of Resolution in org.anchoranalysis.image.core.stack
Methods in org.anchoranalysis.image.core.stack that return types with arguments of type ResolutionModifier and TypeMethodDescriptionDisplayStack.resolution()
Resolution of voxels to physical measurements.Stack.resolution()
Resolution of voxels to physical measurements.Methods in org.anchoranalysis.image.core.stack with parameters of type ResolutionModifier and TypeMethodDescriptionvoid
Stack.assignResolution
(Resolution resolution) Assigns a new resolution. -
Uses of Resolution in org.anchoranalysis.image.feature.bean.physical
Methods in org.anchoranalysis.image.feature.bean.physical with parameters of type ResolutionModifier and TypeMethodDescriptionprotected double
FeatureConvertUnits.calculateWithResolution
(double value, Resolution resolution) Calculates the feature value with resolution information.protected abstract double
WithResolutionBase.calculateWithResolution
(double value, Resolution resolution) Calculates the feature value using the provided value and resolution. -
Uses of Resolution in org.anchoranalysis.image.feature.input
Methods in org.anchoranalysis.image.feature.input that return types with arguments of type ResolutionModifier and TypeMethodDescriptionFeatureInputHistogram.getResolutionOptional()
Gets the optional resolution information.Constructor parameters in org.anchoranalysis.image.feature.input with type arguments of type ResolutionModifierConstructorDescriptionFeatureInputHistogram
(Histogram histogram, Optional<Resolution> resolution) Creates a newFeatureInputHistogram
instance. -
Uses of Resolution in org.anchoranalysis.image.io.object.output.mask
Constructor parameters in org.anchoranalysis.image.io.object.output.mask with type arguments of type ResolutionModifierConstructorDescriptionObjectAsMaskGenerator
(Optional<Resolution> resolution) ObjectWithBoundingBoxGenerator
(Optional<Resolution> resolution) Create with a resolution, if it is known. -
Uses of Resolution in org.anchoranalysis.io.imagej.convert
Method parameters in org.anchoranalysis.io.imagej.convert with type arguments of type ResolutionModifier and TypeMethodDescriptionstatic Channel
ConvertFromImagePlus.toChannel
(ij.ImagePlus imagePlus, Optional<Resolution> resolution) Converts anImagePlus
to aChannel
. -
Uses of Resolution in org.anchoranalysis.mpp.bean.bound
Method parameters in org.anchoranalysis.mpp.bean.bound with type arguments of type ResolutionModifier and TypeMethodDescriptionMarkBounds.calculateMinMax
(Optional<Resolution> resolution, boolean do3D) Calculates the resolved minimum and maximum values as aResolvedBound
.double
BoundDegrees.getMaxResolved
(Optional<Resolution> resolution, boolean do3D) double
BoundPhysicalExtent.getMaxResolved
(Optional<Resolution> resolution, boolean do3D) double
BoundUnitless.getMaxResolved
(Optional<Resolution> resolution, boolean do3D) abstract double
MarkBounds.getMaxResolved
(Optional<Resolution> resolution, boolean do3D) Gets the resolved maximum value of the bound, considering resolution and dimensionality.double
BoundDegrees.getMinResolved
(Optional<Resolution> resolution, boolean do3D) double
BoundPhysicalExtent.getMinResolved
(Optional<Resolution> resolution, boolean do3D) double
BoundUnitless.getMinResolved
(Optional<Resolution> resolution, boolean do3D) abstract double
MarkBounds.getMinResolved
(Optional<Resolution> resolution, boolean do3D) Gets the resolved minimum value of the bound, considering resolution and dimensionality.Bound.resolve
(Optional<Resolution> resolution, boolean do3D) Resolves the bound based on the given resolution and dimensionality. -
Uses of Resolution in org.anchoranalysis.mpp.bean.bound.rotation
Method parameters in org.anchoranalysis.mpp.bean.bound.rotation with type arguments of type ResolutionModifier and TypeMethodDescriptionabstract Orientation
BoundRotation.randomOrientation
(RandomNumberGenerator randomNumberGenerator, Optional<Resolution> resolution) Generates a random orientation within the defined bounds.BoundRotation2D.randomOrientation
(RandomNumberGenerator randomNumberGenerator, Optional<Resolution> resolution) BoundRotation3D.randomOrientation
(RandomNumberGenerator randomNumberGenerator, Optional<Resolution> resolution) -
Uses of Resolution in org.anchoranalysis.mpp.bean.proposer
Method parameters in org.anchoranalysis.mpp.bean.proposer with type arguments of type ResolutionModifier and TypeMethodDescriptionabstract double
ScalarProposer.propose
(RandomNumberGenerator randomNumberGenerator, Optional<Resolution> resolution) Proposes a scalar value based on the given parameters. -
Uses of Resolution in org.anchoranalysis.mpp.feature.bean.mark
Methods in org.anchoranalysis.mpp.feature.bean.mark that return types with arguments of type Resolution -
Uses of Resolution in org.anchoranalysis.mpp.feature.bean.mark.collection
Methods in org.anchoranalysis.mpp.feature.bean.mark.collection that return types with arguments of type Resolution -
Uses of Resolution in org.anchoranalysis.mpp.mark.conic
Method parameters in org.anchoranalysis.mpp.mark.conic with type arguments of type ResolutionModifier and TypeMethodDescriptionabstract double[]
ConicBase.createRadiiArrayResolved
(Optional<Resolution> resolution) Creates an array of radii resolved to the given resolution.double[]
Ellipse.createRadiiArrayResolved
(Optional<Resolution> resolution) double[]
Ellipsoid.createRadiiArrayResolved
(Optional<Resolution> resolution) static double[]
EllipsoidUtilities.normalisedRadii
(Ellipsoid mark, Optional<Resolution> resolution) Calculates the normalized radii of an Ellipsoid mark, taking into account rotation and optional resolution.double[]
ConicBase.radiiOrderedResolved
(Optional<Resolution> resolution) Returns an ordered array of radii resolved to the given resolution.static Point3d
RadiiRandomizer.randomizeRadii
(Bound bound, RandomNumberGenerator randomNumberGenerator, Optional<Resolution> resolution, boolean do3D) Generates random radii for a conic shape. -
Uses of Resolution in org.anchoranalysis.plugin.fiji.bean.channel.provider.distance
Method parameters in org.anchoranalysis.plugin.fiji.bean.channel.provider.distance with type arguments of type ResolutionModifier and TypeMethodDescriptionDistanceTransform3D.createDistanceMapForVoxels
(BinaryVoxels<UnsignedByteBuffer> voxels, Optional<Resolution> resolution, float multiplyByZRes) Creates a distance map for binary voxels. -
Uses of Resolution in org.anchoranalysis.plugin.image.bean.object.provider.merge
Methods in org.anchoranalysis.plugin.image.bean.object.provider.merge that return ResolutionModifier and TypeMethodDescriptionprotected Resolution
MergeBase.resolutionRequired()
Gets the requiredResolution
. -
Uses of Resolution in org.anchoranalysis.plugin.image.feature.bean.physical
Methods in org.anchoranalysis.plugin.image.feature.bean.physical with parameters of type ResolutionModifier and TypeMethodDescriptionprotected double
UnitsWithinRange.calculateWithResolution
(double value, Resolution resolution) -
Uses of Resolution in org.anchoranalysis.plugin.io.bean.stack.reader
Methods in org.anchoranalysis.plugin.io.bean.stack.reader that return types with arguments of type ResolutionModifier and TypeMethodDescriptionstatic Optional
<Resolution> ReadVoxelExtentXml.readMetadata
(Path filePath, boolean acceptNoResolution) Looks for a metadata file describing the resolution -
Uses of Resolution in org.anchoranalysis.plugin.io.xml
Methods in org.anchoranalysis.plugin.io.xml that return ResolutionModifier and TypeMethodDescriptionstatic Resolution
ResolutionAsXML.readResolutionXml
(File file) Retrieves resolution from a XML file previously written byResolutionAsXML.writeResolutionXML(Resolution, Path)
.Methods in org.anchoranalysis.plugin.io.xml with parameters of type ResolutionModifier and TypeMethodDescriptionstatic void
ResolutionAsXML.writeResolutionXML
(Resolution resolution, Path path) Writes a XML metadata file describing the image-resolution. -
Uses of Resolution in org.anchoranalysis.test.image
Fields in org.anchoranalysis.test.image declared as ResolutionModifier and TypeFieldDescriptionstatic final Resolution
ResolutionFixture.INSTANCE
A pre-created Resolution instance for use in tests.Method parameters in org.anchoranalysis.test.image with type arguments of type ResolutionModifier and TypeMethodDescriptionstatic Mask
MaskFixture.create
(boolean do3D, Optional<Resolution> resolution) Creates theMask
with the default corner and a particular resolution.static Mask
MaskFixture.create
(Point3i corner, boolean do3D, Optional<Resolution> resolution) Creates theMask
with a particular corner and a particular resolution.