1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

added support of all types to BackgroundSubtractorGMG

This commit is contained in:
Vladislav Vinogradov
2012-08-13 10:28:42 +04:00
parent 9c75ff43ba
commit 4dbc7600e7
2 changed files with 32 additions and 43 deletions
@@ -251,7 +251,7 @@ private:
int frameNum_;
cv::Mat_<int> nfeatures_;
cv::Mat_<int> colors_;
cv::Mat_<uint> colors_;
cv::Mat_<float> weights_;
cv::Mat buf_;