Home
last modified time | relevance | path

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

/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
DPnPProblem.cpp91 void PnPProblem::set_P_matrix( const cv::Mat &R_matrix, const cv::Mat &t_matrix) in set_P_matrix() function in PnPProblem
128 this->set_P_matrix(_R_matrix, _t_matrix); in estimatePose()
154 this->set_P_matrix(_R_matrix, _t_matrix); // set rotation-translation matrix in estimatePoseRANSAC()
DPnPProblem.h40 void set_P_matrix( const cv::Mat &R_matrix, const cv::Mat &t_matrix);
Dmain_detection.cpp278 pnp_detection_est.set_P_matrix(rotation_estimated, translation_estimated); in main()
/external/opencv3/doc/tutorials/calib3d/real_time_pose/
Dreal_time_pose.markdown477 this->set_P_matrix(_R_matrix, _t_matrix); // set rotation-translation matrix
744 pnp_detection_est.set_P_matrix(rotation_estimated, translation_estimated);