Update mser.cpp

Need to initialize boolean variable pass2Only, otherwise the result is not predictable
This commit is contained in:
exeltior 2015-02-16 18:17:41 +01:00
parent d1a15097fe
commit b51805e245

View File

@ -67,6 +67,7 @@ public:
areaThreshold = _area_threshold;
minMargin = _min_margin;
edgeBlurSize = _edge_blur_size;
pass2Only = false;
}
int delta;