fixed compile error

This commit is contained in:
Vladislav Vinogradov 2012-02-14 11:29:08 +00:00
parent 87bbcccea5
commit 18c48196f8

View File

@ -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,