Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/12343954/csharp-camera-calibration
Camera Calibration via C# and OpenCvSharp 4.6.0
https://github.com/12343954/csharp-camera-calibration
calibration calibration-target camera-calibration opencvsharp python-calibration
Last synced: 8 days ago
JSON representation
Camera Calibration via C# and OpenCvSharp 4.6.0
- Host: GitHub
- URL: https://github.com/12343954/csharp-camera-calibration
- Owner: 12343954
- Created: 2022-12-11T03:50:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T07:13:05.000Z (almost 2 years ago)
- Last Synced: 2024-01-27T20:04:54.983Z (10 months ago)
- Topics: calibration, calibration-target, camera-calibration, opencvsharp, python-calibration
- Language: C#
- Homepage:
- Size: 4.4 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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