Searched refs:compute_A_and_b_gauss_newton (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/calib3d/src/ |
D | epnp.h | 62 void compute_A_and_b_gauss_newton(const double * l_6x10, const double * rho,
|
D | upnp.h | 112 void compute_A_and_b_gauss_newton(const double * l_6x12, const double * rho,
|
D | epnp.cpp | 477 void epnp::compute_A_and_b_gauss_newton(const double * l_6x10, const double * rho, in compute_A_and_b_gauss_newton() function in cv::epnp 516 compute_A_and_b_gauss_newton(L_6x10->data.db, Rho->data.db, in gauss_newton()
|
D | upnp.cpp | 584 compute_A_and_b_gauss_newton(L_6x12->ptr<double>(0), Rho->ptr<double>(0), betas, A, B, f[0]); in gauss_newton() 596 void upnp::compute_A_and_b_gauss_newton(const double * l_6x12, const double * rho, in compute_A_and_b_gauss_newton() function in upnp
|