fixed compile error

pull/13383/head
Vladislav Vinogradov 13 years ago
parent 87bbcccea5
commit 18c48196f8
  1. 5
      modules/imgproc/src/morph.cpp

@ -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…
Cancel
Save