Documents on computer vision toolbox matrix convention

1 visualizzazione (ultimi 30 giorni)
As the title indicates, the matrix convention in Matlab computer vision toolbox is different from the common convention in textbooks (coordinates in row or column vector). So is there a comprehensive document on how we should use this less common convention? how do the two conventions convert to each other? Are there any common mistakes when people are not used to this convention?

Risposte (1)

Matt J
Matt J il 3 Dic 2021
Modificato: Matt J il 3 Dic 2021
It mostly means that instead of transforming coordinates with left matrix multiplication y=A*x, you would instead do y=x*A.'

Categorie

Scopri di più su Image Processing and Computer Vision in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by