HomeSort by relevance Sort by last modified time
    Searched refs:min_threshold (Results 1 - 6 of 6) sorted by null

  /external/opencv3/samples/cpp/tutorial_code/ImgTrans/
HoughLines_Demo.cpp 22 int min_threshold = 50; variable
57 sprintf( thresh_label, "Thres: %d + input", min_threshold );
92 HoughLines( edges, s_lines, 1, CV_PI/180, min_threshold + s_trackbar, 0, 0 );
119 HoughLinesP( edges, p_lines, 1, CV_PI/180, min_threshold + p_trackbar, 30, 10 );
  /external/autotest/client/site_tests/power_BacklightControl/
power_BacklightControl.py 99 # min_threshold=0 to use the timeout to wait for the brightness to
104 min_threshold=(keyvals['max_brightness'] / 2 - 1))
118 self._backlight.get_level, min_threshold=0)
125 get_num_outputs_on, min_threshold=(starting_num_outputs_on - 1))
  /external/autotest/client/common_lib/
base_utils.py     [all...]
  /external/ImageMagick/MagickCore/
threshold.c     [all...]
  /external/ImageMagick/MagickWand/
operation.c 3048 min_threshold, local
    [all...]
mogrify.c 2553 min_threshold, local
    [all...]

Completed in 785 milliseconds