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