made BackgroundSubtractorGMG's parameters public

pull/8/head
Vladislav Vinogradov 13 years ago
parent 42c1d4f4b1
commit fb5f366459
  1. 1
      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.

Loading…
Cancel
Save