Camera Calibration with dot chart

10 ビュー (過去 30 日間)
Jdeen
Jdeen 2015 年 7 月 21 日
コメント済み: ihamieh 2021 年 6 月 4 日
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!

採用された回答

Dima Lisin
Dima Lisin 2015 年 7 月 27 日
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 件のコメント
Asif Ameer
Asif Ameer 2017 年 7 月 18 日
Did someone try this....? I have tried but couldn't find result!
ihamieh
ihamieh 2021 年 6 月 4 日
same here Asif ...

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Support Package for USB Webcams についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by