Triangulating points - systematic error?

Has somebody any idea, where such a systematic error might come from? The calibration at approx. the same distance, reprojection error of ~0.4 pixels, and stereoParams for rectification- and triangulate-function. The error-width seems fine, but there is a tendency that is going way off the target.
I'd really appreciate some help.

2 件のコメント

John D'Errico
John D'Errico 2019 年 3 月 22 日
If you show no code, only a plot, it is very difficult to say more than "Possible coding error".
Sebastian Schneeberger
Sebastian Schneeberger 2019 年 3 月 22 日
編集済み: Sebastian Schneeberger 2019 年 3 月 22 日
well actually there is not much of code. And in xy_L and xy_R i have my picture coordinates stored which i got from my (manually gathered points) pictures, of the left and right camera, after the were rectified. That is the weird part - i don't get how this tendency can happen.
stP = stereoParams;
for n = 1:size(xy_L,1)
[XYZ(n,:), reprojFehler(n)] = triangulate( [xy_L(n,1),xy_L(n,2)], [xy_R(n,1),xy_R(n,2)], stP );
end

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

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMATLAB Support Package for USB Webcams についてさらに検索

質問済み:

2019 年 3 月 22 日

編集済み:

2019 年 3 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by