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

/external/opencv/cv/include/
H A Dcvcompat.h508 cvHoughLines2( image, &linesMat, CV_HOUGH_STANDARD,
521 cvHoughLines2( image, &linesMat, CV_HOUGH_PROBABILISTIC,
533 cvHoughLines2( image, &linesMat, CV_HOUGH_MULTI_SCALE,
H A Dcv.h1042 CVAPI(CvSeq*) cvHoughLines2( CvArr* image, void* line_storage, int method,
/external/opencv/cv/src/
H A Dcvhough.cpp740 cvHoughLines2( CvArr* src_image, void* lineStorage, int method, function

Completed in 69 milliseconds