Skip to content

matsuren/ocamcalib_undistort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OcamCalib undistortion python library

Python library for OcamCalib undistortion.

Attention!

The camera coordinate is the same as the one in OpenCV, which is different from the original implementation.

Requirements

You need Python 3.6 or later as f-Strings is used in this class. Also, you need the following python libraries.

  • Numpy
  • OpenCV

Installation

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 .

Usage

Please check examples folder to see how to use this library.

About

Python script for OcamCalib undistortion

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages