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.
- Host: GitHub
- URL: https://github.com/enoxsoftware/opencvcameracalibrationtest
- Owner: EnoxSoftware
- Created: 2020-03-04T16:22:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T16:24:49.000Z (over 6 years ago)
- Last Synced: 2025-01-03T07:48:33.254Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 359 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.