fixed compile error
This commit is contained in:
parent
87bbcccea5
commit
18c48196f8
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user