Class KannalaBrandtStoP_F32

java.lang.Object
boofcv.alg.distort.kanbra.KannalaBrandtStoP_F32
All Implemented Interfaces:
Point3Transform2_F32

@Generated("boofcv.alg.distort.kanbra.KannalaBrandtStoP_F64") public class KannalaBrandtStoP_F32 extends Object implements Point3Transform2_F32
Forward projection model for CameraKannalaBrandt. Takes a 3D point in camera unit sphere coordinates and converts it into a distorted pixel coordinate. There are no checks to see if it is physically possible to perform the forward projection, e.g. point could be outside the FOV.