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