Commit 456890e9 authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

fixed warning C4512

parent 647d4ae1
...@@ -197,7 +197,7 @@ namespace ...@@ -197,7 +197,7 @@ namespace
void operator() (const cv::Range& range) const; void operator() (const cv::Range& range) const;
private: private:
const cv::Mat frame_; cv::Mat frame_;
mutable cv::Mat_<uchar> fgmask_; mutable cv::Mat_<uchar> fgmask_;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment