mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
fixed warning C4512
This commit is contained in:
@@ -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_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user