Dose matlab support auto-calibration ?

1 回表示 (過去 30 日間)
Sososasa
Sososasa 2015 年 1 月 13 日
コメント済み: Sososasa 2015 年 1 月 15 日
Hi,
I want to take 2 images for the same object from different angles, then detecting the common points in both images and perform the calibration. I noticed that matlab support calibration only when the image contains a checkboard. Dose matlab have an examples or library that support auto-calibration ? if I have to use a refrence object can I use anything else rather than the checkboard ?!

採用された回答

Dima Lisin
Dima Lisin 2015 年 1 月 13 日
I am not sure if this qualifies as auto-calibration, but you can estimate the fundamental matrix from two images by matching points using the estimateFundamentalMatrix function. See the Uncalibrated Stereo Rectification example.
You can also calibrate without a checkerboard, but you would have to do that programmaticaly, rather than by using the app. The estimateCameraParameters function takes image points and the corresponding world points. These points can come from any planar reference object, so you can use circles or any other calibration pattern. This also means that you would have to provide your own code for detecting this pattern in the images.
  1 件のコメント
Sososasa
Sososasa 2015 年 1 月 15 日
thank you so much :)

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeComputer Vision with Simulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by