Class NearestNeighborSearchInterpolator<T>

java.lang.Object
net.imglib2.AbstractEuclideanSpace
net.imglib2.AbstractRealLocalizable
net.imglib2.RealPoint
net.imglib2.interpolation.neighborsearch.NearestNeighborSearchInterpolator<T>
All Implemented Interfaces:
EuclideanSpace, Positionable, RealLocalizable, RealPositionable, RealRandomAccess<T>, Sampler<T>

public class NearestNeighborSearchInterpolator<T> extends RealPoint implements RealRandomAccess<T>
Nearest-neighbor interpolation implemented by NearestNeighborSearch.
Author:
Tobias Pietzsch, Stephan Preibisch, Stephan Saalfeld