Home
last modified time | relevance | path

Searched refs:estimate_R_and_t (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/calib3d/src/
Depnp.h68 void estimate_R_and_t(double R[3][3], double t[3]);
Dupnp.h118 void estimate_R_and_t(double R[3][3], double t[3]);
Depnp.cpp222 void epnp::estimate_R_and_t(double R[3][3], double t[3]) in estimate_R_and_t() function in cv::epnp
305 estimate_R_and_t(R, t); in compute_R_and_t()
Dupnp.cpp156 void upnp::estimate_R_and_t(double R[3][3], double t[3]) in estimate_R_and_t() function in upnp
240 estimate_R_and_t(R, t); in compute_R_and_t()