Uses of Class
org.anchoranalysis.image.bean.interpolator.Interpolator
Packages that use Interpolator
Package
Description
Beans for specifying image interpolators.
A provider of
Stacks.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
ObjectMasks.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 TypeClassDescriptionclassResizes with an interpolator that uses Lanczos resampling as implemented in Imglib2.classResizes with an interpolator that uses linear interpolation as implemented in Imglib2.classAn implementation ofInterpolatorthat 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 TypeMethodDescriptionvoidArrange.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 TypeMethodDescriptionvoidSegmentStackIntoObjectsScaleDecode.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 TypeClassDescriptionclassResizes 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 TypeMethodDescriptionvoidScaleXY.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 TypeMethodDescriptionvoidAtScale.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 OutlinePreserveRelativeSizeOutlinePreserveRelativeSize.createToColorUnselectedObjects(Interpolator interpolator) Alternative constructor that switches on the coloring of unselected objects by default.voidOutlinePreserveRelativeSize.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 TypeMethodDescriptionvoidCombineObjectsForFeatures.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 InterpolatorModifierConstructorDescriptionprotectedCombineObjectsForFeatures(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 TypeMethodDescriptionvoidMontage.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 TypeMethodDescriptionvoidGroupedStackBase.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 TypeMethodDescriptionvoidScaleImage.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 TypeMethodDescriptionvoidSegmentInstanceWithModel.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 TypeMethodDescriptionvoidDecodeMaskRCNN.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 TypeMethodDescriptionvoidHOGParameters.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 InterpolatorBeanInstanceMapFixture.ensureInterpolator()Ensure a defaultInterpolatorinstance exists in the underlyingBeanInstanceMap.static InterpolatorBeanInstanceMapFixture.ensureInterpolator(Interpolator interpolator) Ensure a specificInterpolatorinstance exists in the underlyingBeanInstanceMap.Methods in org.anchoranalysis.test.image.io with parameters of type InterpolatorModifier and TypeMethodDescriptionstatic InterpolatorBeanInstanceMapFixture.ensureInterpolator(Interpolator interpolator) Ensure a specificInterpolatorinstance exists in the underlyingBeanInstanceMap.