(Dis)tortion (Cor)rection (Py)thon-package
Camera calibration and distortion correction software for lens-based detector systems
Discorpy is an open-source Python package for camera calibration and distortion correction with sub-pixel accuracy. It calculates parameters of correction models using a grid pattern image. The package mainly implements methods published in Optics Express. It provides methods in a full pipeline of data processing. From version 1.4, perspective distortion correction was added to the package.
Author and maintainer: Nghia Vo, NSLS-II, Brookhaven National Laboratory, US; Diamond Light Source, UK
- 25/02/2021: the package name was changed from Vounwarp to Discorpy.
- 21/11/2021: Version 1.4 was released with new features: perspective distortion correction, pre-processing methods for line-pattern images and chessboard images.
- The polynomial model used by the package is versatile enough to calibrate images with varying levels of radial distortion. This practical feature eliminates the need for users to switch between different models based on the degree of distortion in the images.
- Discorpy offers a unique feature where radial distortion, the center of distortion, and perspective distortion can be independently determined and corrected using a single calibration image.
- The software provides a full pipeline of data processing including:
- Pre-processing methods for: extracting reference-points from a dot-pattern image, line-pattern image, and chessboard (checkerboard) image; grouping these points line-by-line.
- Processing methods for calculating the optical center, coefficients of polynomial models for correcting radial distortion, and parameters of a model for correcting perspective distortion.
- Post-processing methods for: unwarping lines of points, images, or slices of a 3D dataset; and evaluating the accuracy of the correction results.
- Some methods may be useful for other applications:
- Correct non-uniform background of an image.
- Select binary objects in a certain range of values.
- Unwarp slices of a 3D dataset.
- To achieve high-accuracy results, the quality of the calibration image is crucial. An ideal calibration image should contain numerous reference points extracted from dot-patterns, line-patterns, or checkerboard images, covering most of the camera's field of view and minimizing perspective distortion.
- https://discorpy.readthedocs.io/en/latest/usage.html
-
Detailed step-by-step demonstrations featuring codes and explanations of how to use Discorpy for various types of calibration images are shown here.
-
Apply to a visible dot-target collected at Beamline I12, Diamond Light Source, UK:
-
Apply to an X-ray dot-target collected at Beamline I13, Diamond Light Source, UK:
-
Improvement of tomographic reconstructed images after distortion correction:
-
Calibrate a commercial camera with capabilities of correcting radial distortion and perspective distortion independently.
-
Calibrate a laptop webcam using a checkboard image.
-
Apply to a hazard camera of the Mars Perseverance Rover. Details of how to estimate distortion coefficients of that camera without using a calibration target are shown here.
-
Correct perspective distortion: