Class NearestNeighborInterpolatorFactory<T>

java.lang.Object
net.imglib2.interpolation.randomaccess.NearestNeighborInterpolatorFactory<T>
Type Parameters:
T -
All Implemented Interfaces:
InterpolatorFactory<T,RandomAccessible<T>>

public class NearestNeighborInterpolatorFactory<T> extends Object implements InterpolatorFactory<T,RandomAccessible<T>>
Author:
Tobias Pietzsch, Stephan Preibisch, Stephan Saalfeld