OpenCV 4.10.0
开源计算机视觉
|
这是 cv::cuda::BroxOpticalFlow 的所有成员的完整列表,包括所有继承的成员。
算法() | cv::Algorithm | |
calc(InputArray I0, InputArray I1, InputOutputArray flow, Stream &stream=Stream::Null())=0 | cv::cuda::DenseOpticalFlow | 纯虚函数 |
clear() | cv::Algorithm | inlinevirtual |
create(double alpha=0.197, double gamma=50.0, double scale_factor=0.8, int inner_iterations=5, int outer_iterations=150, int solver_iterations=10) | cv::cuda::BroxOpticalFlow | 静态 |
empty() const | cv::Algorithm | inlinevirtual |
getDefaultName() const | cv::Algorithm | 虚拟 |
getFlowSmoothness() const =0 | cv::cuda::BroxOpticalFlow | 纯虚函数 |
getGradientConstancyImportance() const =0 | cv::cuda::BroxOpticalFlow | 纯虚函数 |
getInnerIterations() const =0 | cv::cuda::BroxOpticalFlow | 纯虚函数 |
getOuterIterations() const =0 | cv::cuda::BroxOpticalFlow | 纯虚函数 |
getPyramidScaleFactor() const =0 | cv::cuda::BroxOpticalFlow | 纯虚函数 |
getSolverIterations() const =0 | cv::cuda::BroxOpticalFlow | 纯虚函数 |
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 | 虚拟 |
setFlowSmoothness(double alpha)=0 | cv::cuda::BroxOpticalFlow | 纯虚函数 |
setGradientConstancyImportance(double gamma)=0 | cv::cuda::BroxOpticalFlow | 纯虚函数 |
setInnerIterations(int inner_iterations)=0 | cv::cuda::BroxOpticalFlow | 纯虚函数 |
setOuterIterations(int outer_iterations)=0 | cv::cuda::BroxOpticalFlow | 纯虚函数 |
setPyramidScaleFactor(double scale_factor)=0 | cv::cuda::BroxOpticalFlow | 纯虚函数 |
setSolverIterations(int solver_iterations)=0 | cv::cuda::BroxOpticalFlow | 纯虚函数 |
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 | 虚拟 |