Uses of Class
net.imglib2.interpolation.randomaccess.LanczosInterpolator
-
Packages that use LanczosInterpolator Package Description net.imglib2.interpolation.randomaccess -
-
Uses of LanczosInterpolator in net.imglib2.interpolation.randomaccess
Methods in net.imglib2.interpolation.randomaccess that return LanczosInterpolator Modifier and Type Method Description LanczosInterpolator<T>
LanczosInterpolatorFactory. create(RandomAccessible<T> randomAccessible)
LanczosInterpolator<T>
LanczosInterpolatorFactory. create(RandomAccessible<T> randomAccessible, RealInterval interval)
For now, ignore theRealInterval
and returnLanczosInterpolatorFactory.create(RandomAccessible)
.Constructors in net.imglib2.interpolation.randomaccess with parameters of type LanczosInterpolator Constructor Description LanczosInterpolator(LanczosInterpolator<T> interpolator)
-