Class BilinearRectangle_S16

java.lang.Object
boofcv.alg.interpolate.impl.BilinearRectangle_S16
All Implemented Interfaces:
InterpolateRectangle<GrayS16>

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

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