算法() | cv::Algorithm | |
calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2=noArray())=0 | cv::superres::DenseOpticalFlowExt | 纯虚函数 |
clear() | cv::Algorithm | inlinevirtual |
collectGarbage()=0 | cv::superres::DenseOpticalFlowExt | 纯虚函数 |
empty() const | cv::Algorithm | inlinevirtual |
getDefaultName() const | cv::Algorithm | virtual |
getEpsilon() const =0 | cv::superres::DualTVL1OpticalFlow | 纯虚函数 |
getIterations() const =0 | cv::superres::DualTVL1OpticalFlow | 纯虚函数 |
getLambda() const =0 | cv::superres::DualTVL1OpticalFlow | 纯虚函数 |
getScalesNumber() const =0 | cv::superres::DualTVL1OpticalFlow | 纯虚函数 |
getTau() const =0 | cv::superres::DualTVL1OpticalFlow | 纯虚函数 |
getTheta() const =0 | cv::superres::DualTVL1OpticalFlow | 纯虚函数 |
getUseInitialFlow() const =0 | cv::superres::DualTVL1OpticalFlow | 纯虚函数 |
getWarpingsNumber() const =0 | cv::superres::DualTVL1OpticalFlow | 纯虚函数 |
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 |
setEpsilon(double val)=0 | cv::superres::DualTVL1OpticalFlow | 纯虚函数 |
setIterations(int val)=0 | cv::superres::DualTVL1OpticalFlow | 纯虚函数 |
setLambda(double val)=0 | cv::superres::DualTVL1OpticalFlow | 纯虚函数 |
setScalesNumber(int val)=0 | cv::superres::DualTVL1OpticalFlow | 纯虚函数 |
setTau(double val)=0 | cv::superres::DualTVL1OpticalFlow | 纯虚函数 |
setTheta(double val)=0 | cv::superres::DualTVL1OpticalFlow | 纯虚函数 |
setUseInitialFlow(bool val)=0 | cv::superres::DualTVL1OpticalFlow | 纯虚函数 |
setWarpingsNumber(int val)=0 | cv::superres::DualTVL1OpticalFlow | 纯虚函数 |
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 |