Searched defs:_lines (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/modules/java/src/ |
D | imgproc+LineSegmentDetector.java | 23 public void detect(Mat _image, Mat _lines, Mat width, Mat prec, Mat nfa) in detect() 32 public void detect(Mat _image, Mat _lines) in detect()
|
D | imgproc.cpp | 63 Mat& _lines = *((Mat*)_lines_nativeObj); in Java_org_opencv_imgproc_LineSegmentDetector_detect_10() local 89 Mat& _lines = *((Mat*)_lines_nativeObj); in Java_org_opencv_imgproc_LineSegmentDetector_detect_11() local
|
/external/opencv3/modules/calib3d/src/ |
D | compat_ptsetreg.cpp | 368 const CvMat* fmatrix, CvMat* _lines ) in cvComputeCorrespondEpilines()
|
D | fundam.cpp | 797 InputArray _Fmat, OutputArray _lines ) in computeCorrespondEpilines()
|
/external/opencv3/modules/imgproc/src/ |
D | hough.cpp | 730 static bool ocl_HoughLines(InputArray _src, OutputArray _lines, double rho, double theta, int thres… in ocl_HoughLines() 790 static bool ocl_HoughLinesP(InputArray _src, OutputArray _lines, double rho, double theta, int thre… in ocl_HoughLinesP() 849 void cv::HoughLines( InputArray _image, OutputArray _lines, in HoughLines() 868 void cv::HoughLinesP(InputArray _image, OutputArray _lines, in HoughLinesP()
|
D | lsd.cpp | 412 void LineSegmentDetectorImpl::detect(InputArray _image, OutputArray _lines, in detect() 1177 Mat _lines; in drawSegments() local
|
/external/opencv3/modules/calib3d/test/ |
D | test_fundam.cpp | 1674 CvMat _points = test_mat[INPUT][0], _F = test_mat[INPUT][1], _lines = test_mat[OUTPUT][0]; in run_func() local
|