deleted extra semicolons
This commit is contained in:
@@ -14,7 +14,7 @@ using namespace cv;
|
||||
/// Global variables
|
||||
|
||||
int threshold_value = 0;
|
||||
int threshold_type = 3;;
|
||||
int threshold_type = 3;
|
||||
int const max_value = 255;
|
||||
int const max_type = 4;
|
||||
int const max_BINARY_value = 255;
|
||||
|
Reference in New Issue
Block a user