OpenCV
4.7.0-dev
Open Source Computer Vision
|
This is the complete list of members for cv::ximgproc::EdgeAwareInterpolator, including all inherited members.
Algorithm() | cv::Algorithm | |
clear() | cv::Algorithm | inlinevirtual |
empty() const | cv::Algorithm | inlinevirtual |
getDefaultName() const | cv::Algorithm | virtual |
getFGSLambda()=0 | cv::ximgproc::EdgeAwareInterpolator | pure virtual |
getFGSSigma()=0 | cv::ximgproc::EdgeAwareInterpolator | pure virtual |
getK()=0 | cv::ximgproc::EdgeAwareInterpolator | pure virtual |
getLambda()=0 | cv::ximgproc::EdgeAwareInterpolator | pure virtual |
getSigma()=0 | cv::ximgproc::EdgeAwareInterpolator | pure virtual |
getUsePostProcessing()=0 | cv::ximgproc::EdgeAwareInterpolator | pure virtual |
interpolate(InputArray from_image, InputArray from_points, InputArray to_image, InputArray to_points, OutputArray dense_flow)=0 | cv::ximgproc::SparseMatchInterpolator | 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 |
setCostMap(const Mat &_costMap)=0 | cv::ximgproc::EdgeAwareInterpolator | pure virtual |
setFGSLambda(float _lambda)=0 | cv::ximgproc::EdgeAwareInterpolator | pure virtual |
setFGSSigma(float _sigma)=0 | cv::ximgproc::EdgeAwareInterpolator | pure virtual |
setK(int _k)=0 | cv::ximgproc::EdgeAwareInterpolator | pure virtual |
setLambda(float _lambda)=0 | cv::ximgproc::EdgeAwareInterpolator | pure virtual |
setSigma(float _sigma)=0 | cv::ximgproc::EdgeAwareInterpolator | pure virtual |
setUsePostProcessing(bool _use_post_proc)=0 | cv::ximgproc::EdgeAwareInterpolator | 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 |