fixed warning C4512

pull/11/head
Vladislav Vinogradov 13 years ago
parent 647d4ae1f1
commit 456890e9e4
  1. 2
      modules/video/src/bgfg_gmg.cpp

@ -197,7 +197,7 @@ namespace
void operator() (const cv::Range& range) const;
private:
const cv::Mat frame_;
cv::Mat frame_;
mutable cv::Mat_<uchar> fgmask_;

Loading…
Cancel
Save