Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/src/
Dp3p.cpp41 extract_points<cv::Point3f,cv::Point2f>(opoints, ipoints, points); in solve()
43 extract_points<cv::Point3d,cv::Point2d>(opoints, ipoints, points); in solve()
46 extract_points<cv::Point3f,cv::Point2d>(opoints, ipoints, points); in solve()
48 extract_points<cv::Point3d,cv::Point2f>(opoints, ipoints, points); in solve()
Dp3p.h34 void extract_points(const cv::Mat& opoints, const cv::Mat& ipoints, std::vector<double>& points) in extract_points() function
/external/opencv3/modules/imgproc/test/
Dtest_convhull.cpp198 virtual void extract_points();
387 void CV_BaseShapeDescrTest::extract_points() in extract_points() function in CV_BaseShapeDescrTest
411 extract_points(); in validate_test_results()