算法() | cv::Algorithm | |
清空() | cv::Algorithm | inlinevirtual |
empty() const | cv::Algorithm | inlinevirtual |
getDefaultName() const | cv::Algorithm | virtual |
getFGSLambda()=0 | cv::ximgproc::EdgeAwareInterpolator | 纯虚函数 |
getFGSSigma()=0 | cv::ximgproc::EdgeAwareInterpolator | 纯虚函数 |
getK()=0 | cv::ximgproc::EdgeAwareInterpolator | 纯虚函数 |
getLambda()=0 | cv::ximgproc::EdgeAwareInterpolator | 纯虚函数 |
getSigma()=0 | cv::ximgproc::EdgeAwareInterpolator | 纯虚函数 |
getUsePostProcessing()=0 | cv::ximgproc::EdgeAwareInterpolator | 纯虚函数 |
interpolate(InputArray from_image, InputArray from_points, InputArray to_image, InputArray to_points, OutputArray dense_flow)=0 | cv::ximgproc::SparseMatchInterpolator | 纯虚函数 |
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 |
setCostMap(const Mat &_costMap)=0 | cv::ximgproc::EdgeAwareInterpolator | 纯虚函数 |
setFGSLambda(float _lambda)=0 | cv::ximgproc::EdgeAwareInterpolator | 纯虚函数 |
setFGSSigma(float _sigma)=0 | cv::ximgproc::EdgeAwareInterpolator | 纯虚函数 |
setK(int _k)=0 | cv::ximgproc::EdgeAwareInterpolator | 纯虚函数 |
setLambda(float _lambda)=0 | cv::ximgproc::EdgeAwareInterpolator | 纯虚函数 |
setSigma(float _sigma)=0 | cv::ximgproc::EdgeAwareInterpolator | 纯虚函数 |
setUsePostProcessing(bool _use_post_proc)=0 | cv::ximgproc::EdgeAwareInterpolator | 纯虚函数 |
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 |