Extracts scaled rotation/projection component of 2x3 projection matrix P. More...
Go to the source code of this file.
Functions | |
vnl_matrix< double > | m23d_scaled_ortho_projection (const vnl_matrix< double > &P) |
Extracts scaled rotation/projection component of 2x3 projection matrix P. |
Extracts scaled rotation/projection component of 2x3 projection matrix P.
Definition in file m23d_scaled_ortho_projection.cxx.
vnl_matrix<double> m23d_scaled_ortho_projection | ( | const vnl_matrix< double > & | P | ) |
Extracts scaled rotation/projection component of 2x3 projection matrix P.
Resulting 2x3 is of the form s*(I|0)*R
Definition at line 11 of file m23d_scaled_ortho_projection.cxx.