Camera Calibration with dot chart

3 vues (au cours des 30 derniers jours)
Jdeen
Jdeen le 21 Juil 2015
Commenté : ihamieh le 4 Juin 2021
Hi!
Camera calibration sometimes is also performed using a dot chart/pattern or circles grid, instead of a checkerboard (cmp http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#findcirclesgrid). Are there predefined functions in MATLAB that do camera calibration using dot charts? I can't find any. Maybe there also is a toolbox in fileexchange?
Thanks!

Réponse acceptée

Dima Lisin
Dima Lisin le 27 Juil 2015
Currently there is no function in MATLAB analogous to findCirclesGrid() for detecting a pattern of circles. However, if you can detect the points yourself, you can use the estimateCameraParameters function in the Computer Vision System Toolbox to calibrate. estimateCameraParameters takes world points and the corresponding image points, regardless of the type of calibration pattern you use.
Also, you can try the OpenCV interface support package, that helps you call OpenCV functions from MATLAB.
  2 commentaires
Asif Ameer
Asif Ameer le 18 Juil 2017
Did someone try this....? I have tried but couldn't find result!
ihamieh
ihamieh le 4 Juin 2021
same here Asif ...

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB Support Package for USB Webcams dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by