Home
last modified time | relevance | path

Searched refs:calib_norm_points_mat (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/usac/
H A Dpnp_solver.cpp266 const Mat * points_mat, * calib_norm_points_mat, * K_mat, &K; member in cv::usac::P3PSolverImpl
275 points_mat(&points_), calib_norm_points_mat(&calib_norm_points_), K_mat (&K_), in P3PSolverImpl()
374 return makePtr<P3PSolverImpl>(*points_mat, *calib_norm_points_mat, *K_mat); in clone()
H A Ddls_solver.cpp52 const Mat * points_mat, * calib_norm_points_mat, * K_mat; member in cv::usac::DLSPnPImpl
59 points_mat(&points_), calib_norm_points_mat(&calib_norm_points_), K_mat (&K_) in DLSPnPImpl()
69 return makePtr<DLSPnPImpl>(*points_mat, *calib_norm_points_mat, *K_mat); in clone()