Commit 18c48196 authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

fixed compile error

parent 87bbccce
......@@ -1099,10 +1099,7 @@ private:
Point anchor;
int rowBorderType;
int columnBorderType;
const Scalar& borderValue;
MorphologyRunner(const MorphologyRunner&);
MorphologyRunner& operator=(const MorphologyRunner&);
Scalar borderValue;
};
static void morphOp( int op, InputArray _src, OutputArray _dst,
......
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