Home
last modified time | relevance | path

Searched defs:_lines (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/java/src/
Dimgproc+LineSegmentDetector.java23 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()
Dimgproc.cpp63 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/
Dcompat_ptsetreg.cpp368 const CvMat* fmatrix, CvMat* _lines ) in cvComputeCorrespondEpilines()
Dfundam.cpp797 InputArray _Fmat, OutputArray _lines ) in computeCorrespondEpilines()
/external/opencv3/modules/imgproc/src/
Dhough.cpp730 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()
Dlsd.cpp412 void LineSegmentDetectorImpl::detect(InputArray _image, OutputArray _lines, in detect()
1177 Mat _lines; in drawSegments() local
/external/opencv3/modules/calib3d/test/
Dtest_fundam.cpp1674 CvMat _points = test_mat[INPUT][0], _F = test_mat[INPUT][1], _lines = test_mat[OUTPUT][0]; in run_func() local