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 comentarios

John D'Errico
John D'Errico el 22 de Mzo. de 2019
If you show no code, only a plot, it is very difficult to say more than "Possible coding error".
Sebastian Schneeberger
Sebastian Schneeberger el 22 de Mzo. de 2019
Editada: Sebastian Schneeberger el 22 de Mzo. de 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

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre MATLAB Support Package for USB Webcams en Centro de ayuda y File Exchange.

Preguntada:

el 22 de Mzo. de 2019

Editada:

el 22 de Mzo. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by