Why Y axis and Z axis are switched using showExtrinsics(stereoParams, 'CameraCentric')?
Afficher commentaires plus anciens
showExtrinsics switch Z and Y axis. If I want to plot in the same figure a point A situated at (x,y,z), I have to :
plot3(A(1),A(3),A(2)) %insthead of plot3(A(1),A(2),A(3))

Is it a reason for this?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Detect, Extract, and Match Features dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!