Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaimgproc/src/
Dhough_segments.cpp147 unsigned int* srcPoints = list_.ptr<unsigned int>(); in detect() local
Dhough_lines.cpp143 unsigned int* srcPoints = list_.ptr<unsigned int>(); in detect() local
Dhough_circles.cpp187 unsigned int* srcPoints = list_.ptr<unsigned int>(0); in detect() local
/external/opencv3/modules/java/src/
Dcalib3d+Calib3d.java677 …public static Mat findHomography(MatOfPoint2f srcPoints, MatOfPoint2f dstPoints, int method, doubl… in findHomography()
687 …public static Mat findHomography(MatOfPoint2f srcPoints, MatOfPoint2f dstPoints, int method, doubl… in findHomography()
697 public static Mat findHomography(MatOfPoint2f srcPoints, MatOfPoint2f dstPoints) in findHomography()
Dcalib3d.cpp2626 std::vector<Point2f> srcPoints; in Java_org_opencv_calib3d_Calib3d_findHomography_10() local
2653 std::vector<Point2f> srcPoints; in Java_org_opencv_calib3d_Calib3d_findHomography_11() local
2679 std::vector<Point2f> srcPoints; in Java_org_opencv_calib3d_Calib3d_findHomography_12() local