Searched defs:linesMax (Results 1 – 2 of 2) sorted by relevance
80 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() local825 …int linesMax = threshold > 0 ? min(total_points*numangle/threshold, OCL_MAX_LINES) : OCL_MAX_LINES; in ocl_HoughLinesP() local900 int linesMax = INT_MAX; in cvHoughLines2() local
486 CvSeq *lines, int linesMax ) in icvHoughLinesProbabalistic()756 int linesMax = INT_MAX; in cvHoughLines2() local