Uses of Class
org.anchoranalysis.image.bean.interpolator.Interpolator
Packages that use Interpolator
Package
Description
Beans for specifying image interpolators.
A provider of
Stack
s.Instance-segmentation of a
Stack
.Performing interpolation with ImageJ.
Implementations of
ChannelProvider
that manipulate
the intensity-values of the voxels of a Channel
's
voxels.Implementations of
SegmentChannelIntoObjects
.Implementations of
ThumbnailFromObjects
.Implementations of
ThumbnailFromStack
.Features from combinations of
ObjectMask
s.Combining multiple images together into a single image.
Tasks that involved stacks (usually each channel from an image) that are somehow
grouped-together.
Tasks to scale an image.
Tasks to segment an image.
Decodes the outputted tensors from a Mask
R-CNN implementation.
Extracting features using OpenCV.
Interpolation beans that use OpenCV.
Utilities for testing-related reading and writing to the filesystem.
-
Uses of Interpolator in org.anchoranalysis.image.bean.interpolator
Subclasses of Interpolator in org.anchoranalysis.image.bean.interpolatorModifier and TypeClassDescriptionclass
Resizes with an interpolator that uses Lanczos resampling as implemented in Imglib2.class
Resizes with an interpolator that uses linear interpolation as implemented in Imglib2.class
An implementation ofInterpolator
that performs no interpolation. -
Uses of Interpolator in org.anchoranalysis.image.bean.provider.stack
Methods in org.anchoranalysis.image.bean.provider.stack that return InterpolatorModifier and TypeMethodDescriptionArrange.getInterpolator()
The interpolator to use for scaling images, if needed.Methods in org.anchoranalysis.image.bean.provider.stack with parameters of type InterpolatorModifier and TypeMethodDescriptionvoid
Arrange.setInterpolator
(Interpolator interpolator) The interpolator to use for scaling images, if needed. -
Uses of Interpolator in org.anchoranalysis.image.inference.bean.segment.instance
Methods in org.anchoranalysis.image.inference.bean.segment.instance that return InterpolatorModifier and TypeMethodDescriptionSegmentStackIntoObjectsScaleDecode.getInterpolator()
The interpolator to use for scaling images.Methods in org.anchoranalysis.image.inference.bean.segment.instance with parameters of type InterpolatorModifier and TypeMethodDescriptionvoid
SegmentStackIntoObjectsScaleDecode.setInterpolator
(Interpolator interpolator) The interpolator to use for scaling images. -
Uses of Interpolator in org.anchoranalysis.io.imagej.bean.interpolator
Subclasses of Interpolator in org.anchoranalysis.io.imagej.bean.interpolatorModifier and TypeClassDescriptionclass
Resizes with linear interpolation as implemented in ImageJ. -
Uses of Interpolator in org.anchoranalysis.plugin.image.bean.channel.provider.intensity
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.intensity that return InterpolatorModifier and TypeMethodDescriptionScaleXY.getInterpolator()
The interpolator to use for scaling images.Methods in org.anchoranalysis.plugin.image.bean.channel.provider.intensity with parameters of type InterpolatorModifier and TypeMethodDescriptionvoid
ScaleXY.setInterpolator
(Interpolator interpolator) The interpolator to use for scaling images. -
Uses of Interpolator in org.anchoranalysis.plugin.image.bean.object.segment.channel
Methods in org.anchoranalysis.plugin.image.bean.object.segment.channel that return InterpolatorMethods in org.anchoranalysis.plugin.image.bean.object.segment.channel with parameters of type InterpolatorModifier and TypeMethodDescriptionvoid
AtScale.setInterpolator
(Interpolator interpolator) The interpolator to use. -
Uses of Interpolator in org.anchoranalysis.plugin.image.bean.thumbnail.object
Methods in org.anchoranalysis.plugin.image.bean.thumbnail.object that return InterpolatorModifier and TypeMethodDescriptionOutlinePreserveRelativeSize.getInterpolator()
Interpolator used when scaling the backgroundMethods in org.anchoranalysis.plugin.image.bean.thumbnail.object with parameters of type InterpolatorModifier and TypeMethodDescriptionstatic OutlinePreserveRelativeSize
OutlinePreserveRelativeSize.createToColorUnselectedObjects
(Interpolator interpolator) Alternative constructor that switches on the coloring of unselected objects by default.void
OutlinePreserveRelativeSize.setInterpolator
(Interpolator interpolator) Interpolator used when scaling the background -
Uses of Interpolator in org.anchoranalysis.plugin.image.bean.thumbnail.stack
Methods in org.anchoranalysis.plugin.image.bean.thumbnail.stack that return InterpolatorMethods in org.anchoranalysis.plugin.image.bean.thumbnail.stack with parameters of type Interpolator -
Uses of Interpolator in org.anchoranalysis.plugin.image.feature.bean.object.combine
Methods in org.anchoranalysis.plugin.image.feature.bean.object.combine that return InterpolatorModifier and TypeMethodDescriptionCombineObjectsForFeatures.getInterpolator()
Interpolator used to resize images in thumbnail generation.Methods in org.anchoranalysis.plugin.image.feature.bean.object.combine with parameters of type InterpolatorModifier and TypeMethodDescriptionvoid
CombineObjectsForFeatures.setInterpolator
(Interpolator interpolator) Interpolator used to resize images in thumbnail generation.Constructors in org.anchoranalysis.plugin.image.feature.bean.object.combine with parameters of type InterpolatorModifierConstructorDescriptionprotected
CombineObjectsForFeatures
(Interpolator interpolator) Create with a specific interpolator.EachObjectIndependently
(Interpolator interpolator) Create with a specific interpolator. -
Uses of Interpolator in org.anchoranalysis.plugin.image.task.bean.combine
Methods in org.anchoranalysis.plugin.image.task.bean.combine that return InterpolatorMethods in org.anchoranalysis.plugin.image.task.bean.combine with parameters of type InterpolatorModifier and TypeMethodDescriptionvoid
Montage.setInterpolator
(Interpolator interpolator) How to resize images. -
Uses of Interpolator in org.anchoranalysis.plugin.image.task.bean.grouped
Methods in org.anchoranalysis.plugin.image.task.bean.grouped that return InterpolatorModifier and TypeMethodDescriptionGroupedStackBase.getInterpolator()
The interpolator to use for scaling images.Methods in org.anchoranalysis.plugin.image.task.bean.grouped with parameters of type InterpolatorModifier and TypeMethodDescriptionvoid
GroupedStackBase.setInterpolator
(Interpolator interpolator) The interpolator to use for scaling images. -
Uses of Interpolator in org.anchoranalysis.plugin.image.task.bean.scale
Methods in org.anchoranalysis.plugin.image.task.bean.scale that return InterpolatorModifier and TypeMethodDescriptionScaleImage.getInterpolator()
The interpolator to use for scaling images.Methods in org.anchoranalysis.plugin.image.task.bean.scale with parameters of type InterpolatorModifier and TypeMethodDescriptionvoid
ScaleImage.setInterpolator
(Interpolator interpolator) The interpolator to use for scaling images. -
Uses of Interpolator in org.anchoranalysis.plugin.image.task.bean.segment
Methods in org.anchoranalysis.plugin.image.task.bean.segment that return InterpolatorModifier and TypeMethodDescriptionSegmentInstanceWithModel.getInterpolator()
The interpolator to use for scaling images.Methods in org.anchoranalysis.plugin.image.task.bean.segment with parameters of type InterpolatorModifier and TypeMethodDescriptionvoid
SegmentInstanceWithModel.setInterpolator
(Interpolator interpolator) The interpolator to use for scaling images. -
Uses of Interpolator in org.anchoranalysis.plugin.onnx.bean.object.segment.decode.instance.maskrcnn
Methods in org.anchoranalysis.plugin.onnx.bean.object.segment.decode.instance.maskrcnn that return InterpolatorModifier and TypeMethodDescriptionDecodeMaskRCNN.getInterpolator()
The interpolator to use for scaling images.Methods in org.anchoranalysis.plugin.onnx.bean.object.segment.decode.instance.maskrcnn with parameters of type InterpolatorModifier and TypeMethodDescriptionvoid
DecodeMaskRCNN.setInterpolator
(Interpolator interpolator) The interpolator to use for scaling images. -
Uses of Interpolator in org.anchoranalysis.plugin.opencv.bean.feature
Methods in org.anchoranalysis.plugin.opencv.bean.feature that return InterpolatorModifier and TypeMethodDescriptionHOGParameters.getInterpolator()
The interpolator to use for scaling images.Methods in org.anchoranalysis.plugin.opencv.bean.feature with parameters of type InterpolatorModifier and TypeMethodDescriptionvoid
HOGParameters.setInterpolator
(Interpolator interpolator) The interpolator to use for scaling images.Constructors in org.anchoranalysis.plugin.opencv.bean.feature with parameters of type InterpolatorModifierConstructorDescriptionHOGParameters
(Interpolator interpolator) Creates with a particularInterpolator
. -
Uses of Interpolator in org.anchoranalysis.plugin.opencv.bean.interpolate
Subclasses of Interpolator in org.anchoranalysis.plugin.opencv.bean.interpolate -
Uses of Interpolator in org.anchoranalysis.test.image.io
Methods in org.anchoranalysis.test.image.io that return InterpolatorModifier and TypeMethodDescriptionstatic Interpolator
BeanInstanceMapFixture.ensureInterpolator()
Ensure a defaultInterpolator
instance exists in the underlyingBeanInstanceMap
.static Interpolator
BeanInstanceMapFixture.ensureInterpolator
(Interpolator interpolator) Ensure a specificInterpolator
instance exists in the underlyingBeanInstanceMap
.Methods in org.anchoranalysis.test.image.io with parameters of type InterpolatorModifier and TypeMethodDescriptionstatic Interpolator
BeanInstanceMapFixture.ensureInterpolator
(Interpolator interpolator) Ensure a specificInterpolator
instance exists in the underlyingBeanInstanceMap
.