Uses of Class
net.imglib2.interpolation.randomaccess.NearestNeighborInterpolator
Packages that use NearestNeighborInterpolator
-
Uses of NearestNeighborInterpolator in net.imglib2.interpolation.randomaccess
Methods in net.imglib2.interpolation.randomaccess that return NearestNeighborInterpolatorModifier and TypeMethodDescriptionNearestNeighborInterpolator.copy()
NearestNeighborInterpolator.copyRealRandomAccess()
NearestNeighborInterpolatorFactory.create
(RandomAccessible<T> randomAccessible) 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 NearestNeighborInterpolatorModifierConstructorDescriptionprotected
NearestNeighborInterpolator
(NearestNeighborInterpolator<T> nearestNeighborInterpolator)