OpenCV 4.10.0
开源计算机视觉库
|
这是 cv::SparsePyrLKOpticalFlow 的完整成员列表,包括所有继承的成员。
算法() | cv::Algorithm | |
calc(InputArray prevImg, InputArray nextImg, InputArray prevPts, InputOutputArray nextPts, OutputArray status, OutputArray err=cv::noArray())=0 | cv::SparseOpticalFlow | 纯虚函数 |
清除() | cv::Algorithm | inlinevirtual |
create(Size winSize=Size(21, 21), int maxLevel=3, TermCriteria crit=TermCriteria(TermCriteria::COUNT+TermCriteria::EPS, 30, 0.01), int flags=0, double minEigThreshold=1e-4) | cv::SparsePyrLKOpticalFlow | 静态 |
empty() const | cv::Algorithm | inlinevirtual |
getDefaultName() const | cv::Algorithm | 虚函数 |
getFlags() const =0 | cv::SparsePyrLKOpticalFlow | 纯虚函数 |
getMaxLevel() const =0 | cv::SparsePyrLKOpticalFlow | 纯虚函数 |
getMinEigThreshold() const =0 | cv::SparsePyrLKOpticalFlow | 纯虚函数 |
getTermCriteria() const =0 | cv::SparsePyrLKOpticalFlow | 纯虚函数 |
getWinSize() const =0 | cv::SparsePyrLKOpticalFlow | 纯虚函数 |
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 | 虚函数 |
setFlags(int flags)=0 | cv::SparsePyrLKOpticalFlow | 纯虚函数 |
setMaxLevel(int maxLevel)=0 | cv::SparsePyrLKOpticalFlow | 纯虚函数 |
setMinEigThreshold(double minEigThreshold)=0 | cv::SparsePyrLKOpticalFlow | 纯虚函数 |
setTermCriteria(TermCriteria &crit)=0 | cv::SparsePyrLKOpticalFlow | 纯虚函数 |
setWinSize(Size winSize)=0 | cv::SparsePyrLKOpticalFlow | 纯虚函数 |
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 | 受保护 |
~Algorithm() | cv::Algorithm | 虚函数 |