Updated by Alexander Shishkov about 13 years ago

I created a very small patch to expose:

readonly parameters
Size frameSize;
int frameType;
Mat bgmodel;
int nframes;
int history;
int nmixtures;

and read-write parameters:
double varThreshold;
double backgroundRatio;
double noiseSigma;

in python bindings of BackgroundSubtractorMOG. [[BackgroundSubtractorMOG]].

Back