Home
last modified time | relevance | path

Searched defs:linesMax (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dhough.cpp80 int threshold, std::vector<Vec2f>& lines, int linesMax, in HoughLinesStandard()
201 std::vector<Vec2f>& lines, int linesMax, in HoughLinesSDiv()
418 std::vector<Vec4i>& lines, int linesMax ) in HoughLinesProbabilistic()
772 …int linesMax = threshold > 0 ? min(total_points*numangle/threshold, OCL_MAX_LINES) : OCL_MAX_LINES; in ocl_HoughLines() local
825 …int linesMax = threshold > 0 ? min(total_points*numangle/threshold, OCL_MAX_LINES) : OCL_MAX_LINES; in ocl_HoughLinesP() local
900 int linesMax = INT_MAX; in cvHoughLines2() local
/external/opencv/cv/src/
Dcvhough.cpp486 CvSeq *lines, int linesMax ) in icvHoughLinesProbabalistic()
756 int linesMax = INT_MAX; in cvHoughLines2() local