An open API service indexing awesome lists of open source software.

https://github.com/enoxsoftware/opencvcameracalibrationtest

Improved calibration performance using findChessboardCornersSB and calibrateCameraRO method.
https://github.com/enoxsoftware/opencvcameracalibrationtest

Last synced: 21 days ago
JSON representation

Improved calibration performance using findChessboardCornersSB and calibrateCameraRO method.

Awesome Lists containing this project

README

          

# OpenCVCameraCalibrationTest

- OpenCV Camera Calibration Test with chessboard.
- Improved calibration performance using findChessboardCornersSB and calibrateCameraRO method.

## c++ project
-----
- Visual Studio 2017
- opencv 4.2.0

## Unity project
-----
- Unity 2017.1.5f1+
- [OpenCV for Unity](https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088?aid=1011l4ehR) 2.3.8+

### Setup
1. Import OpenCVForUnity.
* Setup the OpenCVForUnity. (Tools > OpenCV for Unity > Set Plugin Import Settings)
1. Build and Deploy.