Why Y axis and Z axis are switched using showExtrinsics(stereoParams, 'CameraCentric')?
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on Detect, Extract, and Match Features in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!