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

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

算法()cv::Algorithm
apply(InputArray image, OutputArray fgmask, double learningRate, Stream &stream)=0cv::cuda::BackgroundSubtractorMOG纯虚函数
cv::BackgroundSubtractor::apply(InputArray image, OutputArray fgmask, double learningRate=-1)=0cv::BackgroundSubtractor纯虚函数
clear()cv::Algorithm内联虚函数
empty() constcv::Algorithm内联虚函数
getBackgroundImage(OutputArray backgroundImage, Stream &stream) const =0cv::cuda::BackgroundSubtractorMOG纯虚函数
getBackgroundImage(GpuMat &backgroundImage, Stream &stream)cv::cuda::BackgroundSubtractorMOG内联
cv::BackgroundSubtractor::getBackgroundImage(OutputArray backgroundImage) const =0cv::BackgroundSubtractor纯虚函数
getBackgroundRatio() const =0cv::cuda::BackgroundSubtractorMOG纯虚函数
getDefaultName() constcv::Algorithm虚函数
getHistory() const =0cv::cuda::BackgroundSubtractorMOG纯虚函数
getNMixtures() const =0cv::cuda::BackgroundSubtractorMOG纯虚函数
getNoiseSigma() const =0cv::cuda::BackgroundSubtractorMOG纯虚函数
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 backgroundRatio)=0cv::cuda::BackgroundSubtractorMOG纯虚函数
setHistory(int nframes)=0cv::cuda::BackgroundSubtractorMOG纯虚函数
setNMixtures(int nmix)=0cv::cuda::BackgroundSubtractorMOG纯虚函数
setNoiseSigma(double noiseSigma)=0cv::cuda::BackgroundSubtractorMOG纯虚函数
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虚函数