made BackgroundSubtractorGMG's parameters public

This commit is contained in:
Vladislav Vinogradov 2012-08-09 10:23:24 +04:00
parent 42c1d4f4b1
commit fb5f366459

View 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.