Extracts pure rotation/projection component of 2x3 projection matrix P. More...
Go to the source code of this file.
Functions | |
vnl_matrix< double > | m23d_pure_ortho_projection (const vnl_matrix< double > &P) |
Extracts pure rotation/projection component of 2x3 projection matrix P. |
Extracts pure rotation/projection component of 2x3 projection matrix P.
Definition in file m23d_pure_ortho_projection.cxx.
vnl_matrix<double> m23d_pure_ortho_projection | ( | const vnl_matrix< double > & | P | ) |
Extracts pure rotation/projection component of 2x3 projection matrix P.
Resulting 2x3 applies only rotation/projection, no scaling. However, it may include a reflection.
Definition at line 12 of file m23d_pure_ortho_projection.cxx.