Skip to content

moran991231/Camera-calibration-opencvSharp4

 
 

Repository files navigation

Camera-calibration-opencvSharp4

This is a sample code to calibrate camera using opencvsharp4.

I used the NuGet package "OpenCvSharp4.Windows" verson: 4.5.2.20210404 in Visual Studio 2019

I recommend you to use latest version of OpenCvSharp4, because old versions may have bugs regarding memory. It can cause Memory Violation Exception.

target Framework: .Net 5.0

Project summary

generating camera matrix and distortion coefficient for undistorting some images.

(some images contains checker board pattern from an camera)
->(calibrate : generating mtxNdist.txt)
-> (you can undistort all images from the same camea)

p.s

I had been in a big trouble while developing a project that calibrates camera,
because the information of calibration in C# was very rare.
I refered to many QnA communities.
Now, I hope everyone not to suffer from this...
If you have any question, then call me @jspark-noticekorea or @moran991231

About

calibrate camera with openCvSharp4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%