WPIRoboticsProjects / GRIP

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

adaptiveThreshold takes invalid enums for threshold type #151

Closed PaulaRudy closed 8 years ago

PaulaRudy commented 9 years ago

See: http://docs.opencv.org/3.0.0/d7/d1b/group__imgproc__misc.html#ga72b913f352e4a1b1b397736707afcde3

Should only take THRESH_BINARY and THRESH_BINARY_INV, but has dropdown items for all the threshold types.

AustinShalit commented 8 years ago

Closed by #628