Algorithms used by bgui3d that have no other home (for now) More...
Go to the source code of this file.
Functions | |
bool | bgui3d_decompose_camera (const vnl_double_3x4 &camera, vnl_double_3x3 &internal_calibration, vnl_double_3x3 &rotation, vnl_double_3 &translation) |
Decompose the camera into internal and external params. |
Algorithms used by bgui3d that have no other home (for now)
Modifications
Definition in file bgui3d_algo.h.
bool bgui3d_decompose_camera | ( | const vnl_double_3x4 & | camera, |
vnl_double_3x3 & | internal_calibration, | ||
vnl_double_3x3 & | rotation, | ||
vnl_double_3 & | translation | ||
) |
Decompose the camera into internal and external params.
Definition at line 10 of file bgui3d_algo.cxx.