Lines Matching refs:hit_threshold
42 double hit_threshold; member in Args
81 double hit_threshold; member in App
159 hit_threshold = 1.4; in Args()
181 args.hit_threshold = atof(argv[++i]); in read()
226 args.hit_threshold = args.win_width == 48 ? 1.4 : 0.; in App()
227 hit_threshold = args.hit_threshold; in App()
241 cout << "Hit threshold: " << hit_threshold << endl; in App()
320 gpu_hog->setHitThreshold(hit_threshold); in run()
329 cpu_hog.detectMultiScale(img, found, hit_threshold, win_stride, in run()
420 hit_threshold+=0.25; in handleKey()
421 cout << "Hit threshold: " << hit_threshold << endl; in handleKey()
425 hit_threshold = max(0.0, hit_threshold - 0.25); in handleKey()
426 cout << "Hit threshold: " << hit_threshold << endl; in handleKey()