Uses of Class
org.anchoranalysis.image.bean.interpolator.Interpolator
Packages that use Interpolator
-
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.Subclasses with type arguments of type Interpolator in org.anchoranalysis.image.bean.interpolatorModifier and TypeClassDescriptionclassDefines a particular type of interpolation method that can be used for resizing images. -
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.