Image Distortion
Images acquired using a camera and lens usually exhibit these types of distortion:
- Aspect ratio distortion caused by non-square pixels
- Planar perspective distortion caused by the camera being off-axis
- Radial distortion caused by the optics in the camera lens
In most cases, the distortion present in an acquired image is a combination of the three types of distortion shown above:
The difference between two images caused by aspect ratio distortion is linear; it can be described by a system of linear equations and represented by a CogTransform2DLinear object. Perspective and radial distortion are both nonlinear. The difference between two images caused by these types of distortion cannot be represented by a system of linear equations.