Camera Calibration with dot chart

조회 수: 7 (최근 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 CenterFile Exchange에서 MATLAB 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