WPIRoboticsProjects / GRIP

Program for rapidly developing computer vision applications
http://wpiroboticsprojects.github.io/GRIP
Other
379 stars 107 forks source link

AdaptiveThreshold C input restricted #490

Closed tom131313 closed 8 years ago

tom131313 commented 8 years ago

AdaptiveThreshold C value input is restricted to positive numbers, if typing input. The "decrement arrow" allows negative C values and the OpenCV documentation says negative C values are possible.

ThomasJClark commented 8 years ago

Duplicate of #329