Home | History | Annotate | Download | only in ocl

Lines Matching refs:threshold

30     int threshold;
40 threshold = GET_PARAM(2);
88 OCL_OFF(cv::HoughLines(src, dst, rhoStep, thetaStep, threshold));
89 OCL_ON(cv::HoughLines(usrc, udst, rhoStep, thetaStep, threshold));
100 OCL_OFF(cv::HoughLines(src, dst, rhoStep, thetaStep, threshold));
101 OCL_ON(cv::HoughLines(usrc, udst, rhoStep, thetaStep, threshold));
112 int threshold;
122 threshold = GET_PARAM(0);
168 OCL_OFF(cv::HoughLinesP(src, dst, rhoStep, thetaStep, threshold, minLineLength, maxGap));
169 OCL_ON(cv::HoughLinesP(usrc, udst, rhoStep, thetaStep, threshold, minLineLength, maxGap));
176 Values(80, 150))); // threshold
178 OCL_INSTANTIATE_TEST_CASE_P(Imgproc, HoughLinesP, Combine(Values(100, 150), // threshold