Home
last modified time | relevance | path

Searched refs:srcPoints (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/
Dhough_segments.cpp147 unsigned int* srcPoints = list_.ptr<unsigned int>(); in detect() local
149 const int pointsCount = buildPointList_gpu(src, srcPoints); in detect()
164 …linesAccum_gpu(srcPoints, pointsCount, accum_, rho_, theta_, devInfo.sharedMemPerBlock(), devInfo.… in detect()
Dhough_lines.cpp143 unsigned int* srcPoints = list_.ptr<unsigned int>(); in detect() local
145 const int pointsCount = buildPointList_gpu(src, srcPoints); in detect()
160 …linesAccum_gpu(srcPoints, pointsCount, accum_, rho_, theta_, devInfo.sharedMemPerBlock(), devInfo.… in detect()
Dhough_circles.cpp187 unsigned int* srcPoints = list_.ptr<unsigned int>(0); in detect() local
190 const int pointsCount = buildPointList_gpu(edges_, srcPoints); in detect()
200 … circlesAccumCenters_gpu(srcPoints, pointsCount, dx_, dy_, accum_, minRadius_, maxRadius_, idp); in detect()
298 …int circlesCount = circlesAccumRadius_gpu(centers, centersCount, srcPoints, pointsCount, result_.p… in detect()
/external/opencv3/modules/calib3d/include/opencv2/
Dcalib3d.hpp323 CV_EXPORTS_W Mat findHomography( InputArray srcPoints, InputArray dstPoints,
329 CV_EXPORTS Mat findHomography( InputArray srcPoints, InputArray dstPoints,
/external/opencv3/modules/java/src/
Dcalib3d+Calib3d.java677 …public static Mat findHomography(MatOfPoint2f srcPoints, MatOfPoint2f dstPoints, int method, doubl… in findHomography() argument
679 Mat srcPoints_mat = srcPoints; in findHomography()
687 …public static Mat findHomography(MatOfPoint2f srcPoints, MatOfPoint2f dstPoints, int method, doubl… in findHomography() argument
689 Mat srcPoints_mat = srcPoints; in findHomography()
697 public static Mat findHomography(MatOfPoint2f srcPoints, MatOfPoint2f dstPoints) in findHomography() argument
699 Mat srcPoints_mat = srcPoints; in findHomography()
Dcalib3d.cpp2626 std::vector<Point2f> srcPoints; in Java_org_opencv_calib3d_Calib3d_findHomography_10() local
2628 Mat_to_vector_Point2f( srcPoints_mat, srcPoints ); in Java_org_opencv_calib3d_Calib3d_findHomography_10()
2633 …::Mat _retval_ = cv::findHomography( srcPoints, dstPoints, (int)method, (double)ransacReprojThresh… in Java_org_opencv_calib3d_Calib3d_findHomography_10()
2653 std::vector<Point2f> srcPoints; in Java_org_opencv_calib3d_Calib3d_findHomography_11() local
2655 Mat_to_vector_Point2f( srcPoints_mat, srcPoints ); in Java_org_opencv_calib3d_Calib3d_findHomography_11()
2659 …::Mat _retval_ = cv::findHomography( srcPoints, dstPoints, (int)method, (double)ransacReprojThresh… in Java_org_opencv_calib3d_Calib3d_findHomography_11()
2679 std::vector<Point2f> srcPoints; in Java_org_opencv_calib3d_Calib3d_findHomography_12() local
2681 Mat_to_vector_Point2f( srcPoints_mat, srcPoints ); in Java_org_opencv_calib3d_Calib3d_findHomography_12()
2685 ::Mat _retval_ = cv::findHomography( srcPoints, dstPoints ); in Java_org_opencv_calib3d_Calib3d_findHomography_12()
/external/skia/site/user/api/
Dskpaint.md195 SkPoint srcPoints[2] = {
204 srcPoints, srcColors, nullptr, 2,