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; Point anchor;
int rowBorderType; int rowBorderType;
int columnBorderType; int columnBorderType;
const Scalar& borderValue; Scalar borderValue;
MorphologyRunner(const MorphologyRunner&);
MorphologyRunner& operator=(const MorphologyRunner&);
}; };
static void morphOp( int op, InputArray _src, OutputArray _dst, static void morphOp( int op, InputArray _src, OutputArray _dst,