Searched refs:srcPoints (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/ |
D | hough_segments.cpp | 147 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()
|
D | hough_lines.cpp | 143 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()
|
D | hough_circles.cpp | 187 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/ |
D | calib3d.hpp | 323 CV_EXPORTS_W Mat findHomography( InputArray srcPoints, InputArray dstPoints, 329 CV_EXPORTS Mat findHomography( InputArray srcPoints, InputArray dstPoints,
|
/external/opencv3/modules/java/src/ |
D | calib3d+Calib3d.java | 677 …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()
|
D | calib3d.cpp | 2626 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/ |
D | skpaint.md | 195 SkPoint srcPoints[2] = { 204 srcPoints, srcColors, nullptr, 2,
|