fixed warning C4512

This commit is contained in:
Vladislav Vinogradov 2012-08-15 13:48:28 +04:00
parent 647d4ae1f1
commit 456890e9e4

View File

@ -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_;