Why Y axis and Z axis are switched using showExtrinsics(stereoParams, 'CameraCentric')?
古いコメントを表示
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?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Detect, Extract, and Match Features についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!