fixed warning C4512
This commit is contained in:
@@ -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_;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user