From: Vladislav Vinogradov Date: Thu, 9 Aug 2012 06:23:24 +0000 (+0400) Subject: made BackgroundSubtractorGMG's parameters public X-Git-Tag: accepted/2.0/20130307.220821~364^2~272^2~3^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb5f36645957967adddb09354d5b4aacd3019c96;p=profile%2Fivi%2Fopencv.git made BackgroundSubtractorGMG's parameters public --- diff --git a/modules/video/include/opencv2/video/background_segm.hpp b/modules/video/include/opencv2/video/background_segm.hpp index 9a5497c..b8785cc 100644 --- a/modules/video/include/opencv2/video/background_segm.hpp +++ b/modules/video/include/opencv2/video/background_segm.hpp @@ -221,7 +221,6 @@ public: */ virtual void operator()(InputArray image, OutputArray fgmask, double learningRate=-1.0); -protected: //! Total number of distinct colors to maintain in histogram. int maxFeatures; //! Set between 0.0 and 1.0, determines how quickly features are "forgotten" from histograms.