https://github.com/12343954/csharp-camera-calibration
Camera Calibration via C# and OpenCvSharp 4.6.0 and compare with python code. (2022)
https://github.com/12343954/csharp-camera-calibration
calibration calibration-target camera-calibration opencvsharp python-calibration
Last synced: 2 months ago
JSON representation
Camera Calibration via C# and OpenCvSharp 4.6.0 and compare with python code. (2022)
- Host: GitHub
- URL: https://github.com/12343954/csharp-camera-calibration
- Owner: 12343954
- License: mit
- Created: 2022-12-11T03:50:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T01:24:21.000Z (7 months ago)
- Last Synced: 2025-04-07T13:06:01.738Z (3 months ago)
- Topics: calibration, calibration-target, camera-calibration, opencvsharp, python-calibration
- Language: C#
- Homepage:
- Size: 4.4 MB
- Stars: 12
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code in Funny! Camera calibration in C# vs Python, Word by word comparison, Explain the parameters in detail
https://www.youtube.com/watch?v=ZZ5M7Q5ZWX4&feature=youtu.be&ab_channel=CoolooAI
| original | calibrated |
|:-----:|:-----:|
||
|
||
|
||
|
||
|
||
|
||
|
## 1, download all the files
## 2, run the c# code directly via vs2022
## 3. run the python code after install all the dependences.
## PS:
1. c# code use the latest opencv 4.6.0, little different from the 4.4.5.
2. python code use two calibration method, 1: udistort() 2:remap(), you can compare the difference between the two.
3. change the original "Calibration Target" images from you cameras and run it again.# enjoy it