Class PixelTransformPinholeNorm_F32

java.lang.Object
boofcv.alg.distort.pinhole.PixelTransformPinholeNorm_F32
All Implemented Interfaces:
PixelTransform<Point2D_F32>

@Generated("boofcv.alg.distort.pinhole.PixelTransformPinholeNorm_F64") public class PixelTransformPinholeNorm_F32 extends Object implements PixelTransform<Point2D_F32>
Converts an image pixel coordinate into a normalized pixel coordinate using the camera's intrinsic parameters. Lens distortion must have already been removed.