Triangulating points - systematic error?

1 vue (au cours des 30 derniers jours)
Sebastian Schneeberger
Sebastian Schneeberger le 22 Mar 2019
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 commentaires
John D'Errico
John D'Errico le 22 Mar 2019
If you show no code, only a plot, it is very difficult to say more than "Possible coding error".
Sebastian Schneeberger
Sebastian Schneeberger le 22 Mar 2019
Modifié(e) : Sebastian Schneeberger le 22 Mar 2019
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

Connectez-vous pour commenter.

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