Commit b51805e2 authored by exeltior's avatar exeltior

Update mser.cpp

Need to initialize boolean variable pass2Only, otherwise the result is not predictable
parent d1a15097
......@@ -67,6 +67,7 @@ public:
areaThreshold = _area_threshold;
minMargin = _min_margin;
edgeBlurSize = _edge_blur_size;
pass2Only = false;
}
int delta;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment