Algorithm() | cv::Algorithm | |
apply(InputArray image, OutputArray fgmask, double learningRate, Stream &stream)=0 | cv::cuda::BackgroundSubtractorMOG2 | pure virtual |
cv::BackgroundSubtractorMOG2::apply(InputArray image, OutputArray fgmask, double learningRate=-1) CV_OVERRIDE=0 | cv::BackgroundSubtractorMOG2 | pure virtual |
clear() | cv::Algorithm | inlinevirtual |
empty() const | cv::Algorithm | inlinevirtual |
getBackgroundImage(OutputArray backgroundImage, Stream &stream) const =0 | cv::cuda::BackgroundSubtractorMOG2 | pure virtual |
cv::BackgroundSubtractorMOG2::getBackgroundImage(OutputArray backgroundImage) const =0 | cv::BackgroundSubtractor | pure virtual |
getBackgroundRatio() const =0 | cv::BackgroundSubtractorMOG2 | pure virtual |
getComplexityReductionThreshold() const =0 | cv::BackgroundSubtractorMOG2 | pure virtual |
getDefaultName() const | cv::Algorithm | virtual |
getDetectShadows() const =0 | cv::BackgroundSubtractorMOG2 | pure virtual |
getHistory() const =0 | cv::BackgroundSubtractorMOG2 | pure virtual |
getNMixtures() const =0 | cv::BackgroundSubtractorMOG2 | pure virtual |
getShadowThreshold() const =0 | cv::BackgroundSubtractorMOG2 | pure virtual |
getShadowValue() const =0 | cv::BackgroundSubtractorMOG2 | pure virtual |
getVarInit() const =0 | cv::BackgroundSubtractorMOG2 | pure virtual |
getVarMax() const =0 | cv::BackgroundSubtractorMOG2 | pure virtual |
getVarMin() const =0 | cv::BackgroundSubtractorMOG2 | pure virtual |
getVarThreshold() const =0 | cv::BackgroundSubtractorMOG2 | pure virtual |
getVarThresholdGen() const =0 | cv::BackgroundSubtractorMOG2 | pure virtual |
load(const String &filename, const String &objname=String()) | cv::Algorithm | inlinestatic |
loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | inlinestatic |
read(const FileNode &fn) | cv::Algorithm | inlinevirtual |
read(const FileNode &fn) | cv::Algorithm | inlinestatic |
save(const String &filename) const | cv::Algorithm | virtual |
setBackgroundRatio(double ratio)=0 | cv::BackgroundSubtractorMOG2 | pure virtual |
setComplexityReductionThreshold(double ct)=0 | cv::BackgroundSubtractorMOG2 | pure virtual |
setDetectShadows(bool detectShadows)=0 | cv::BackgroundSubtractorMOG2 | pure virtual |
setHistory(int history)=0 | cv::BackgroundSubtractorMOG2 | pure virtual |
setNMixtures(int nmixtures)=0 | cv::BackgroundSubtractorMOG2 | pure virtual |
setShadowThreshold(double threshold)=0 | cv::BackgroundSubtractorMOG2 | pure virtual |
setShadowValue(int value)=0 | cv::BackgroundSubtractorMOG2 | pure virtual |
setVarInit(double varInit)=0 | cv::BackgroundSubtractorMOG2 | pure virtual |
setVarMax(double varMax)=0 | cv::BackgroundSubtractorMOG2 | pure virtual |
setVarMin(double varMin)=0 | cv::BackgroundSubtractorMOG2 | pure virtual |
setVarThreshold(double varThreshold)=0 | cv::BackgroundSubtractorMOG2 | pure virtual |
setVarThresholdGen(double varThresholdGen)=0 | cv::BackgroundSubtractorMOG2 | pure virtual |
write(FileStorage &fs) const | cv::Algorithm | inlinevirtual |
write(FileStorage &fs, const String &name) const | cv::Algorithm | |
write(const Ptr< FileStorage > &fs, const String &name=String()) const | cv::Algorithm | |
writeFormat(FileStorage &fs) const | cv::Algorithm | protected |
~Algorithm() | cv::Algorithm | virtual |