| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
BackgroundSubtractor --+
|
BackgroundSubtractorMOG
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
__instance_size__ = 104
|
|||
|
|||
| backgroundRatio | |||
| bgmodel | |||
| frameSize | |||
| frameType | |||
| history | |||
| nframes | |||
| nmixtures | |||
| noiseSigma | |||
| this | |||
| varThreshold | |||
|
Inherited from |
|||
|
|||
__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])
|
__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])
|
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)
|
|
|||
backgroundRatio
|
bgmodel
|
frameSize
|
frameType
|
history
|
nframes
|
nmixtures
|
noiseSigma
|
this
|
varThreshold
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Sep 25 18:31:04 2010 | http://epydoc.sourceforge.net |