OpenCV 4.10.0
开源计算机视觉库
加载中...
搜索中...
无匹配项
cv::bgsegm::BackgroundSubtractorMOG 成员列表

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

算法()cv::Algorithm
apply(InputArray image, OutputArray fgmask, double learningRate=-1)=0cv::BackgroundSubtractor纯虚函数
清空()cv::Algorithminlinevirtual
empty() constcv::Algorithminlinevirtual
getBackgroundImage(OutputArray backgroundImage) const =0cv::BackgroundSubtractor纯虚函数
getBackgroundRatio() const =0cv::bgsegm::BackgroundSubtractorMOG纯虚函数
getDefaultName() constcv::Algorithm虚函数
getHistory() const =0cv::bgsegm::BackgroundSubtractorMOG纯虚函数
getNMixtures() const =0cv::bgsegm::BackgroundSubtractorMOG纯虚函数
getNoiseSigma() const =0cv::bgsegm::BackgroundSubtractorMOG纯虚函数
load(const String &filename, const String &objname=String())cv::Algorithminlinestatic
loadFromString(const String &strModel, const String &objname=String())cv::Algorithminlinestatic
read(const FileNode &fn)cv::Algorithminlinevirtual
read(const FileNode &fn)cv::Algorithminlinestatic
save(const String &filename) constcv::Algorithm虚函数
setBackgroundRatio(double backgroundRatio)=0cv::bgsegm::BackgroundSubtractorMOG纯虚函数
setHistory(int nframes)=0cv::bgsegm::BackgroundSubtractorMOG纯虚函数
setNMixtures(int nmix)=0cv::bgsegm::BackgroundSubtractorMOG纯虚函数
setNoiseSigma(double noiseSigma)=0cv::bgsegm::BackgroundSubtractorMOG纯虚函数
write(FileStorage &fs) constcv::Algorithminlinevirtual
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虚函数