Package org.anchoranalysis.image.bean.interpolator
Beans for specifying image interpolators.
-
Class Summary Class Description ImgLib2Lanczos Resizes with an interpolator that uses Lanczos resampling as implemented in Imglib2.ImgLib2Linear Resizes with an interpolator that uses linear interpolation as implemented in Imglib2.Interpolator Defines a particular type of interpolation method that can be used for resizing images.None An implementation ofInterpolatorthat performs no interpolation.