Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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