Patch to expose parameters in python bindings of BackgroundSubtractorMOG (Patch #1563)


Added by Attila Bergou about 13 years ago. Updated almost 13 years ago.


Status:Cancelled Start date:
Priority:Low Due date:
Assignee:Andrey Kamaev % Done:

0%

Category:python bindings
Target version:2.4.1
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

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.


patch-background_segm.hpp.patch (797 Bytes) Attila Bergou, 2012-01-25 05:16 am


Associated revisions

Revision 61778a52
Added by Roman Donchenko over 11 years ago

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

Also available in: Atom PDF