Class CameraDivision

All Implemented Interfaces:
Serializable

public class CameraDivision extends CameraPinhole implements Serializable
Division model for lens distortion [1]. p = (1 / (1 + radial*||x||**2))*x, where 'x' is distorted observation and 'p' is undistorted point. [1] Andrew W. Fitzgibbon, "Simultaneous Linear Estimation of Multiple View Geometry and Lens Distortion" CVPR'01
See Also: