Patch to expose parameters in python bindings of BackgroundSubtractorMOG (Patch #1563)
Description
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.
Associated revisions
Merge pull request #1563 from ilya-lavrenov:ocl_arithm
History
Updated by Alexander Shishkov about 13 years ago
- Description changed from I created a very small patch to expose: readonly parameters Size frameSize; ... to I created a very small patch to expose: readonly parameters Size frameSize; ... More
Updated by Kirill Kornyakov about 13 years ago
- Tracker changed from Feature to Patch
Updated by Alexander Shishkov almost 13 years ago
- Priority changed from High to Normal
- Target version deleted ()
Updated by Alexander Shishkov almost 13 years ago
- Priority changed from Normal to Low
Updated by Alexander Shishkov almost 13 years ago
- Assignee deleted (
Vadim Pisarevsky)
Updated by Andrey Kamaev almost 13 years ago
- Category changed from imgproc, video to python bindings
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted ()
Updated by Andrey Kamaev almost 13 years ago
Thanks for the patch but it is obsolete already.
Starting from 2.4.0 BackgroundSubtractorMOG
inherits Algorithm
class and its parameters are accessible with generic Algorithm
getters and setters.
- Status changed from Open to Cancelled
- Target version set to 2.4.1
- Assignee set to Andrey Kamaev