Searched refs:cvHoughLines2 (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cv/include/ |
D | cvcompat.h | 508 cvHoughLines2( image, &linesMat, CV_HOUGH_STANDARD, in cvHoughLines() 521 cvHoughLines2( image, &linesMat, CV_HOUGH_PROBABILISTIC, in cvHoughLinesP() 533 cvHoughLines2( image, &linesMat, CV_HOUGH_MULTI_SCALE, in cvHoughLinesSDiv()
|
D | cv.h | 1042 CVAPI(CvSeq*) cvHoughLines2( CvArr* image, void* line_storage, int method, in LOAD_CHDL()
|
/external/opencv/cv/src/ |
D | cvhough.cpp | 740 cvHoughLines2( CvArr* src_image, void* lineStorage, int method, in cvHoughLines2() function
|