https://github.com/chenzhaiyu/calibration
Camera Calibration with OpenCV
https://github.com/chenzhaiyu/calibration
camera-calibration opencv
Last synced: 2 months ago
JSON representation
Camera Calibration with OpenCV
- Host: GitHub
- URL: https://github.com/chenzhaiyu/calibration
- Owner: chenzhaiyu
- Created: 2018-04-09T12:28:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-01T14:20:21.000Z (over 2 years ago)
- Last Synced: 2024-05-06T00:02:56.803Z (about 2 years ago)
- Topics: camera-calibration, opencv
- Language: Python
- Homepage:
- Size: 28.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Camera Calibration with OpenCV
This script uses OpenCV to calibrate a camera with a chessboard.
```
@author: czy
@date: 2018-04-13
```
## Usage
The script in `calibrate.py` is self-explained.
```
python calibrate.py
```