OpenCV
4.10.0
Open Source Computer Vision
|
This is the complete list of members for cv::superres::PyrLKOpticalFlow, including all inherited members.
Algorithm() | cv::Algorithm | |
calc(InputArray frame0, InputArray frame1, OutputArray flow1, OutputArray flow2=noArray())=0 | cv::superres::DenseOpticalFlowExt | pure virtual |
clear() | cv::Algorithm | inlinevirtual |
collectGarbage()=0 | cv::superres::DenseOpticalFlowExt | pure virtual |
empty() const | cv::Algorithm | inlinevirtual |
getDefaultName() const | cv::Algorithm | virtual |
getIterations() const =0 | cv::superres::PyrLKOpticalFlow | pure virtual |
getMaxLevel() const =0 | cv::superres::PyrLKOpticalFlow | pure virtual |
getWindowSize() const =0 | cv::superres::PyrLKOpticalFlow | 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 |
setIterations(int val)=0 | cv::superres::PyrLKOpticalFlow | pure virtual |
setMaxLevel(int val)=0 | cv::superres::PyrLKOpticalFlow | pure virtual |
setWindowSize(int val)=0 | cv::superres::PyrLKOpticalFlow | 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 |