Class BilinearRectangle_F32

java.lang.Object
boofcv.alg.interpolate.impl.BilinearRectangle_F32
All Implemented Interfaces:
InterpolateRectangle<GrayF32>

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

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