Class BilinearPixelMB<T extends ImageInterleaved<T>>

java.lang.Object
boofcv.alg.interpolate.BilinearPixelMB<T>
All Implemented Interfaces:
InterpolatePixel<T>, InterpolatePixelMB<T>
Direct Known Subclasses:
ImplBilinearPixel_IL_F32, ImplBilinearPixel_IL_F64, ImplBilinearPixel_IL_S16, ImplBilinearPixel_IL_S32, ImplBilinearPixel_IL_U16, ImplBilinearPixel_IL_U8

public abstract class BilinearPixelMB<T extends ImageInterleaved<T>> extends Object implements InterpolatePixelMB<T>

Performs bilinear interpolation to extract values between pixels in an image. When a boundary is encountered the number of pixels used to interpolate is automatically reduced.