Package pyopencv :: Module pyopencvext :: Class BackgroundSubtractorMOG
[hide private]
[frames] | no frames]

Class BackgroundSubtractorMOG

      object --+        
               |        
     ??.instance --+    
                   |    
BackgroundSubtractor --+
                       |
                      BackgroundSubtractorMOG

Instance Methods [hide private]
 
__call__(...)
__call__( (BackgroundSubtractorMOG)arg1, (Mat)image, (Mat)fgmask [, (object)learningRate=0]) -> None :
 
__init__(...)
__init__( (object)arg1) -> None :
 
initialize(...)
initialize( (BackgroundSubtractorMOG)arg1, (Size2i)frameSize, (object)frameType) -> None :

Inherited from BackgroundSubtractor: __reduce__

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __instance_size__ = 104
Properties [hide private]
  backgroundRatio
  bgmodel
  frameSize
  frameType
  history
  nframes
  nmixtures
  noiseSigma
  this
  varThreshold

Inherited from object: __class__

Method Details [hide private]

__call__(...)
(Call operator)

 

__call__( (BackgroundSubtractorMOG)arg1, (Mat)image, (Mat)fgmask [, (object)learningRate=0]) -> None :

    C++ signature :
        void __call__(cv::BackgroundSubtractorMOG {lvalue},cv::Mat,cv::Mat {lvalue} [,double=0])

__call__( (BackgroundSubtractorMOG)arg1, (Mat)image, (Mat)fgmask [, (object)learningRate=0]) -> None :

    C++ signature :
        void __call__(BackgroundSubtractorMOG_wrapper {lvalue},cv::Mat,cv::Mat {lvalue} [,double=0])

Overrides: BackgroundSubtractor.__call__

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (object)history, (object)nmixtures, (object)backgroundRatio [, (object)noiseSigma=0]) -> None :

    C++ signature :
        void __init__(_object*,int,int,double [,double=0])

Overrides: object.__init__

initialize(...)

 

initialize( (BackgroundSubtractorMOG)arg1, (Size2i)frameSize, (object)frameType) -> None :

    C++ signature :
        void initialize(cv::BackgroundSubtractorMOG {lvalue},cv::Size_<int>,int)

initialize( (BackgroundSubtractorMOG)arg1, (Size2i)frameSize, (object)frameType) -> None :

    C++ signature :
        void initialize(BackgroundSubtractorMOG_wrapper {lvalue},cv::Size_<int>,int)


Property Details [hide private]

backgroundRatio

Get Method:
unreachable(...)
Set Method:
unreachable(...)

bgmodel

Get Method:
unreachable(...)
Set Method:
unreachable(...)

frameSize

Get Method:
unreachable(...)
Set Method:
unreachable(...)

frameType

Get Method:
unreachable(...)
Set Method:
unreachable(...)

history

Get Method:
unreachable(...)
Set Method:
unreachable(...)

nframes

Get Method:
unreachable(...)
Set Method:
unreachable(...)

nmixtures

Get Method:
unreachable(...)
Set Method:
unreachable(...)

noiseSigma

Get Method:
unreachable(...)
Set Method:
unreachable(...)

this

Get Method:
unreachable(...)

varThreshold

Get Method:
unreachable(...)
Set Method:
unreachable(...)