mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 05:06:29 +08:00
made BackgroundSubtractorGMG's parameters public
This commit is contained in:
parent
42c1d4f4b1
commit
fb5f366459
@ -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…
Reference in New Issue
Block a user