Home
last modified time | relevance | path

Searched refs:estimatePose (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
DPnPProblem.h30 …bool estimatePose(const std::vector<cv::Point3f> &list_points3d, const std::vector<cv::Point2f> &l…
Dmain_registration.cpp171 …bool is_correspondence = pnp_registration.estimatePose(list_points3d, list_points2d, SOLVEPNP_ITER… in main()
DPnPProblem.cpp109 bool PnPProblem::estimatePose( const std::vector<cv::Point3f> &list_points3d, in estimatePose() function in PnPProblem