|
virtual void | apply (InputArray image, OutputArray fgmask, double learningRate, Stream &stream)=0 |
|
void | getBackgroundImage (GpuMat &backgroundImage, Stream &stream) |
|
virtual void | getBackgroundImage (OutputArray backgroundImage, Stream &stream) const =0 |
|
virtual void | apply (InputArray image, OutputArray fgmask, double learningRate=-1) CV_OVERRIDE=0 |
| 计算前景掩模。
|
|
virtual double | getBackgroundRatio () const =0 |
| 返回算法的“背景比率”参数。
|
|
virtual double | getComplexityReductionThreshold () const =0 |
| 返回复杂度降低阈值。
|
|
virtual bool | getDetectShadows () const =0 |
| 返回阴影检测标志。
|
|
virtual int | getHistory () const =0 |
| 返回影响背景模型的最后帧数。
|
|
virtual int | getNMixtures () const =0 |
| 返回背景模型中高斯分量的数量。
|
|
virtual double | getShadowThreshold () const =0 |
| 返回阴影阈值。
|
|
virtual int | getShadowValue () const =0 |
| 返回阴影值。
|
|
virtual double | getVarInit () const =0 |
| 返回每个高斯分量的初始方差。
|
|
virtual double | getVarMax () const =0 |
|
virtual double | getVarMin () const =0 |
|
virtual double | getVarThreshold () const =0 |
| 返回像素模型匹配的方差阈值。
|
|
virtual double | getVarThresholdGen () const =0 |
| 返回用于生成新混合分量的像素模型匹配的方差阈值。
|
|
virtual void | setBackgroundRatio (double ratio)=0 |
| 设置算法的“背景比率”参数。
|
|
virtual void | setComplexityReductionThreshold (double ct)=0 |
| 设置复杂度降低阈值。
|
|
virtual void | setDetectShadows (bool detectShadows)=0 |
| 启用或禁用阴影检测。
|
|
virtual void | setHistory (int history)=0 |
| 设置影响背景模型的最后帧数。
|
|
virtual void | setNMixtures (int nmixtures)=0 |
| 设置背景模型中高斯分量的数量。
|
|
virtual void | setShadowThreshold (double threshold)=0 |
| 设置阴影阈值。
|
|
virtual void | setShadowValue (int value)=0 |
| 设置阴影值。
|
|
virtual void | setVarInit (double varInit)=0 |
| 设置每个高斯分量的初始方差。
|
|
virtual void | setVarMax (double varMax)=0 |
|
virtual void | setVarMin (double varMin)=0 |
|
virtual void | setVarThreshold (double varThreshold)=0 |
| 设置像素模型匹配的方差阈值。
|
|
virtual void | setVarThresholdGen (double varThresholdGen)=0 |
| 设置用于生成新混合分量的像素模型匹配的方差阈值。
|
|
virtual void | getBackgroundImage (OutputArray backgroundImage) const =0 |
| 计算背景图像。
|
|
| 算法 () |
|
virtual | ~算法 () |
|
virtual void | clear () |
| 清除算法状态。
|
|
virtual bool | empty () const |
| 如果 算法 为空(例如,在最开始或读取失败后),则返回 true。
|
|
virtual String | getDefaultName () const |
|
virtual void | read (const FileNode &fn) |
| 从文件存储中读取算法参数。
|
|
virtual void | save (const String &filename) const |
|
void | write (const Ptr< FileStorage > &fs, const String &name=String()) const |
|
virtual void | write (FileStorage &fs) const |
| 将算法参数存储到文件存储中。
|
|
void | write (FileStorage &fs, const String &name) const |
|