Home
last modified time | relevance | path

Searched defs:solve (Results 1 – 1 of 1) sorted by relevance

/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/src/
Dap3p.cpp328 bool ap3p::solve(cv::Mat &R, cv::Mat &tvec, const cv::Mat &opoints, const cv::Mat &ipoints) { in solve() function in cv::ap3p
353 int ap3p::solve(std::vector<cv::Mat> &Rs, std::vector<cv::Mat> &tvecs, const cv::Mat &opoints, cons… in solve() function in cv::ap3p
389 ap3p::solve(double R[3][3], double t[3], in solve() function in cv::ap3p
410 int ap3p::solve(double R[4][3][3], double t[4][3], in solve() function in cv::ap3p