Python library for OcamCalib undistortion.
The camera coordinate is the same as the one in OpenCV, which is different from the original implementation.
You need Python 3.6 or later as f-Strings is used in this class. Also, you need the following python libraries.
- Numpy
- OpenCV
You can use pip
to install this library.
pip install git+git://github.com/matsuren/ocamcalib_undistort.git
or
git clone https://github.com/matsuren/ocamcalib_undistort
cd ocamcalib_undistort
pip install .
Please check examples
folder to see how to use this library.