Home
last modified time | relevance | path

Searched refs:cvHoughLines2 (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cv/include/
Dcvcompat.h508 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()
Dcv.h1042 CVAPI(CvSeq*) cvHoughLines2( CvArr* image, void* line_storage, int method, in LOAD_CHDL()
/external/opencv/cv/src/
Dcvhough.cpp740 cvHoughLines2( CvArr* src_image, void* lineStorage, int method, in cvHoughLines2() function