Class NearestNeighborPixelMB<T extends ImageMultiBand<T>>

java.lang.Object
boofcv.alg.interpolate.NearestNeighborPixelMB<T>
All Implemented Interfaces:
InterpolatePixel<T>, InterpolatePixelMB<T>
Direct Known Subclasses:
NearestNeighborPixel_IL_F32, NearestNeighborPixel_IL_S16, NearestNeighborPixel_IL_S32, NearestNeighborPixel_IL_U16, NearestNeighborPixel_IL_U8

public abstract class NearestNeighborPixelMB<T extends ImageMultiBand<T>> extends Object implements InterpolatePixelMB<T>
Performs nearest neighbor interpolation to extract values between pixels in an image.