nikolaseu / neuvision

Structured Light based 3D scanner
GNU General Public License v3.0
287 stars 81 forks source link

How to run camera calibration part? #55

Open lisa676 opened 4 years ago

lisa676 commented 4 years ago

Hi @nikolaseu I just watched your video on YouTube about camera calibration using your this software. It looks so amazing and I want to try the camera calibration part. I want to ask that how I can run it kindly mention basic steps. And I have a suggestion that also publish your camera calibration software as stand alone software because it can solve camera calibration problem for many users.

nikolaseu commented 4 years ago

Hi, the camera calibration application should already be available in releases (windows only) and it's probably working, some UI things are missing but you should at least get a file with the calibration results. About the basic steps, what do you mean? There's not much to do: specify you calibration pattern params, take some pictures and finally run calibration. If you want more information you can check the OpenCV documentation (the camera calibration overview, not the individual methods).