Class BilinearRectangle_U8

java.lang.Object
boofcv.alg.interpolate.impl.BilinearRectangle_U8
All Implemented Interfaces:
InterpolateRectangle<GrayU8>

@Generated("boofcv.alg.interpolate.impl.GenerateBilinearRectangle") public class BilinearRectangle_U8 extends Object implements InterpolateRectangle<GrayU8>

Performs bilinear interpolation to extract values between pixels in an image. Image borders are detected and handled appropriately.

DO NOT MODIFY. Automatically generated code created by GenerateBilinearRectangle