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