算法() | cv::Algorithm | |
清除() | cv::Algorithm | inlinevirtual |
empty() const | cv::Algorithm | inlinevirtual |
getAlpha() const =0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
getDefaultName() const | cv::Algorithm | virtual |
getFGSLambda() const =0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
getFGSSigma() const =0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
getK() const =0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
getMaxFlow() const =0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
getModelIter() const =0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
getRefineModels() const =0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
getSuperpixelMode() const =0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
getSuperpixelNNCnt() const =0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
getSuperpixelRuler() const =0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
getSuperpixelSize() const =0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
getUseGlobalSmootherFilter() const =0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
getUseVariationalRefinement() const =0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
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 |
setAlpha(float alpha=0.7f)=0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
setCostMap(const Mat &costMap)=0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
setFGSLambda(float lambda=500.f)=0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
setFGSSigma(float sigma=1.5f)=0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
setK(int k=32)=0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
setMaxFlow(float maxFlow=250.f)=0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
setModelIter(int modelIter=4)=0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
setRefineModels(bool refineModles=true)=0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
setSuperpixelMode(int mode=100)=0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
setSuperpixelNNCnt(int spNN=150)=0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
setSuperpixelRuler(float ruler=15.f)=0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
setSuperpixelSize(int spSize=15)=0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
setUseGlobalSmootherFilter(bool use_FGS=true)=0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
setUseVariationalRefinement(bool use_variational_refinement=false)=0 | cv::ximgproc::RICInterpolator | 纯虚函数 |
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 |