usagi / virtual-keyboard-prototype-1

仮想キーボード試作1型
3 stars 0 forks source link

gui.cxx: 107, 108 の末尾に余計なデバッグ出力が付いている。 #50

Closed usagi closed 10 years ago

usagi commented 10 years ago
      current_finger_detector_conf_.hsv_s_min = cv_gui_helper.trackbar<double>(trackbar::s_min, window::controller_2); DLOG(INFO) << "xxx0: " << current_finger_detector_conf_.hsv_s_min;
      current_finger_detector_conf_.hsv_s_max = cv_gui_helper.trackbar<double>(trackbar::s_max, window::controller_2); DLOG(INFO) << "xxx1: " << current_finger_detector_conf_.hsv_s_max;
usagi commented 10 years ago

消す