made BackgroundSubtractorGMG's parameters public
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Thu, 9 Aug 2012 06:23:24 +0000 (10:23 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Thu, 9 Aug 2012 06:23:24 +0000 (10:23 +0400)
modules/video/include/opencv2/video/background_segm.hpp

index 9a5497c..b8785cc 100644 (file)
@@ -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.