Uses of Class
net.imglib2.interpolation.neighborsearch.NearestNeighborSearchInterpolator
Packages that use NearestNeighborSearchInterpolator
-
Uses of NearestNeighborSearchInterpolator in net.imglib2.interpolation.neighborsearch
Methods in net.imglib2.interpolation.neighborsearch that return NearestNeighborSearchInterpolatorModifier and TypeMethodDescriptionNearestNeighborSearchInterpolator.copy()
NearestNeighborSearchInterpolator.copyRealRandomAccess()
NearestNeighborSearchInterpolatorFactory.create
(NearestNeighborSearch<T> search) Creates a newNearestNeighborSearchInterpolator
using a copy of the passedNearestNeighborSearch
.NearestNeighborSearchInterpolatorFactory.create
(NearestNeighborSearch<T> search, RealInterval interval) Creates a newNearestNeighborSearchInterpolator
using a copy of the passedNearestNeighborSearch
.