Searched refs:src_points (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/calib3d/test/ |
D | test_undistort_badarg.cpp | 74 cv::Mat src_points; member in CV_UndistortPointsBadArgTest 89 cv::undistortPoints(src_points,dst_points,camera_mat,distortion_coeffs,R,P); in run_func() 256 src_points = cv::cvarrToMat(&_src_points_orig); in run() 259 src_points = cv::cvarrToMat(temp); in run() 261 src_points = cv::cvarrToMat(&_src_points_orig); in run() 265 src_points = cv::cvarrToMat(temp); in run() 267 src_points = cv::cvarrToMat(&_src_points_orig); in run() 270 src_points = cv::Mat(); in run() 272 src_points = cv::cvarrToMat(&_src_points_orig); in run()
|
D | test_undistort.cpp | 192 cv::Mat src_points; member in CV_UndistortPointsTest 369 _points.convertTo(src_points, CV_32F); in prepare_test_case() 463 cv::undistortPoints(src_points,dst_points_mat,camera_mat,input2,input3,input4); in run_func() 468 cv::undistortPoints(src_points,dst_points,camera_mat,input2,input3,input4); in run_func()
|
/external/opencv3/modules/stitching/src/ |
D | matchers.cpp | 587 Mat src_points(1, static_cast<int>(matches_info.matches.size()), CV_32FC2); in match() local 596 src_points.at<Point2f>(0, static_cast<int>(i)) = p; in match() 605 matches_info.H = findHomography(src_points, dst_points, matches_info.inliers_mask, RANSAC); in match() 628 src_points.create(1, matches_info.num_inliers, CV_32FC2); in match() 641 src_points.at<Point2f>(0, inlier_idx) = p; in match() 652 matches_info.H = findHomography(src_points, dst_points, RANSAC); in match()
|
/external/opencv3/modules/calib3d/include/opencv2/calib3d/ |
D | calib3d_c.h | 143 CVAPI(int) cvFindHomography( const CvMat* src_points,
|
/external/opencv/cv/include/ |
D | cv.h | 1198 CVAPI(int) cvFindHomography( const CvMat* src_points, in LOAD_CHDL()
|