Commit fb5f3664 authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

made BackgroundSubtractorGMG's parameters public

parent 42c1d4f4
...@@ -221,7 +221,6 @@ public: ...@@ -221,7 +221,6 @@ public:
*/ */
virtual void operator()(InputArray image, OutputArray fgmask, double learningRate=-1.0); virtual void operator()(InputArray image, OutputArray fgmask, double learningRate=-1.0);
protected:
//! Total number of distinct colors to maintain in histogram. //! Total number of distinct colors to maintain in histogram.
int maxFeatures; int maxFeatures;
//! Set between 0.0 and 1.0, determines how quickly features are "forgotten" from histograms. //! Set between 0.0 and 1.0, determines how quickly features are "forgotten" from histograms.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment