Uses of Class
org.anchoranalysis.image.bean.interpolator.Interpolator
| Package | Description |
|---|---|
| org.anchoranalysis.image.bean.interpolator |
Beans for specifying image interpolators.
|
| org.anchoranalysis.image.bean.provider.stack |
A provider of
Stacks. |
-
Uses of Interpolator in org.anchoranalysis.image.bean.interpolator
Subclasses of Interpolator in org.anchoranalysis.image.bean.interpolator Modifier and Type Class Description classImgLib2LanczosResizes with an interpolator that uses Lanczos resampling as implemented in Imglib2.classImgLib2LinearResizes with an interpolator that uses linear interpolation as implemented in Imglib2.classNoneAn 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 Interpolator Modifier and Type Method Description InterpolatorArrange. getInterpolator()The interpolator to use for scaling images, if needed.Methods in org.anchoranalysis.image.bean.provider.stack with parameters of type Interpolator Modifier and Type Method Description voidArrange. setInterpolator(Interpolator interpolator)The interpolator to use for scaling images, if needed.