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

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

算法()cv::Algorithm
apply(InputArray image, OutputArray fgmask, double learningRate, Stream &stream)=0cv::cuda::BackgroundSubtractorGMG纯虚函数
cv::BackgroundSubtractor::apply(InputArray image, OutputArray fgmask, double learningRate=-1)=0cv::BackgroundSubtractor纯虚函数
clear()cv::Algorithm内联
empty() constcv::Algorithm内联
getBackgroundImage(OutputArray backgroundImage) const =0cv::BackgroundSubtractor纯虚函数
getBackgroundPrior() const =0cv::cuda::BackgroundSubtractorGMG纯虚函数
getDecisionThreshold() const =0cv::cuda::BackgroundSubtractorGMG纯虚函数
getDefaultLearningRate() const =0cv::cuda::BackgroundSubtractorGMG纯虚函数
getDefaultName() constcv::Algorithm虚函数
getMaxFeatures() const =0cv::cuda::BackgroundSubtractorGMG纯虚函数
getMaxVal() const =0cv::cuda::BackgroundSubtractorGMG纯虚函数
getMinVal() const =0cv::cuda::BackgroundSubtractorGMG纯虚函数
getNumFrames() const =0cv::cuda::BackgroundSubtractorGMG纯虚函数
getQuantizationLevels() const =0cv::cuda::BackgroundSubtractorGMG纯虚函数
getSmoothingRadius() const =0cv::cuda::BackgroundSubtractorGMG纯虚函数
getUpdateBackgroundModel() const =0cv::cuda::BackgroundSubtractorGMG纯虚函数
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虚函数
cv::cuda::BackgroundSubtractorGMG纯虚函数
setDecisionThreshold(double thresh)=0cv::cuda::BackgroundSubtractorGMG纯虚函数
setDefaultLearningRate(double lr)=0cv::cuda::BackgroundSubtractorGMG纯虚函数
setMaxFeatures(int maxFeatures)=0cv::cuda::BackgroundSubtractorGMG纯虚函数
setMaxVal(double val)=0cv::cuda::BackgroundSubtractorGMG纯虚函数
setMinVal(double val)=0cv::cuda::BackgroundSubtractorGMG纯虚函数
setNumFrames(int nframes)=0cv::cuda::BackgroundSubtractorGMG纯虚函数
setQuantizationLevels(int nlevels)=0cv::cuda::BackgroundSubtractorGMG纯虚函数
setSmoothingRadius(int radius)=0cv::cuda::BackgroundSubtractorGMG纯虚函数
setUpdateBackgroundModel(bool update)=0cv::cuda::BackgroundSubtractorGMG纯虚函数
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虚函数