OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
cv::BackgroundSubtractorMOG2 成员列表

这是cv::BackgroundSubtractorMOG2的完整成员列表,包括所有继承的成员。

算法()cv::Algorithm
apply(InputArray image, OutputArray fgmask, double learningRate=-1) CV_OVERRIDE=0cv::BackgroundSubtractorMOG2纯虚函数
clear()cv::Algorithm内联虚函数
empty() constcv::Algorithm内联虚函数
getBackgroundImage(OutputArray backgroundImage) const =0cv::BackgroundSubtractor纯虚函数
getBackgroundRatio() const =0cv::BackgroundSubtractorMOG2纯虚函数
getComplexityReductionThreshold() const =0cv::BackgroundSubtractorMOG2纯虚函数
getDefaultName() constcv::Algorithm虚函数
getDetectShadows() const =0cv::BackgroundSubtractorMOG2纯虚函数
getHistory() const =0cv::BackgroundSubtractorMOG2纯虚函数
getNMixtures() const =0cv::BackgroundSubtractorMOG2纯虚函数
getShadowThreshold() const =0cv::BackgroundSubtractorMOG2纯虚函数
getShadowValue() const =0cv::BackgroundSubtractorMOG2纯虚函数
getVarInit() const =0cv::BackgroundSubtractorMOG2纯虚函数
getVarMax() const =0cv::BackgroundSubtractorMOG2纯虚函数
getVarMin() const =0cv::BackgroundSubtractorMOG2纯虚函数
getVarThreshold() const =0cv::BackgroundSubtractorMOG2纯虚函数
getVarThresholdGen() const =0cv::BackgroundSubtractorMOG2纯虚函数
load(const String &filename, const String &objname=String())cv::Algorithm内联静态
loadFromString(const String &strModel, const String &objname=String())cv::Algorithm内联静态
read(const FileNode &fn)cv::Algorithm内联虚函数
read(const FileNode &fn)cv::Algorithm内联静态
save(const String &filename) constcv::Algorithm虚函数
setBackgroundRatio(double ratio)=0cv::BackgroundSubtractorMOG2纯虚函数
setComplexityReductionThreshold(double ct)=0cv::BackgroundSubtractorMOG2纯虚函数
setDetectShadows(bool detectShadows)=0cv::BackgroundSubtractorMOG2纯虚函数
setHistory(int history)=0cv::BackgroundSubtractorMOG2纯虚函数
setNMixtures(int nmixtures)=0cv::BackgroundSubtractorMOG2纯虚函数
setShadowThreshold(double threshold)=0cv::BackgroundSubtractorMOG2纯虚函数
setShadowValue(int value)=0cv::BackgroundSubtractorMOG2纯虚函数
setVarInit(double varInit)=0cv::BackgroundSubtractorMOG2纯虚函数
setVarMax(double varMax)=0cv::BackgroundSubtractorMOG2纯虚函数
setVarMin(double varMin)=0cv::BackgroundSubtractorMOG2纯虚函数
setVarThreshold(double varThreshold)=0cv::BackgroundSubtractorMOG2纯虚函数
setVarThresholdGen(double varThresholdGen)=0cv::BackgroundSubtractorMOG2纯虚函数
write(FileStorage &fs) constcv::Algorithm内联虚函数
write(FileStorage &fs, const String &name) constcv::Algorithm
write(const Ptr< FileStorage > &fs, const String &name=String()) constcv::Algorithm
writeFormat(FileStorage &fs) constcv::Algorithm保护
~Algorithm()cv::Algorithm虚函数