![]() |
OpenCV 4.12.0
开源计算机视觉
|
这是 cv::LMSolver 的完整成员列表,包括所有继承的成员。
| Algorithm() | cv::Algorithm | |
| clear() | cv::Algorithm | 内联虚函数 |
| create(const Ptr< LMSolver::Callback > &cb, int maxIters) | cv::LMSolver | static |
| create(const Ptr< LMSolver::Callback > &cb, int maxIters, double eps) | cv::LMSolver | static |
| empty() const | cv::Algorithm | 内联虚函数 |
| getDefaultName() const | cv::Algorithm | virtual |
| getMaxIters() const =0 | cv::LMSolver | 纯虚函数 |
| load(const String &filename, const String &objname=String()) | cv::Algorithm | 内联静态 |
| loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | 内联静态 |
| read(const FileNode &fn) | cv::Algorithm | 内联虚函数 |
| read(const FileNode &fn) | cv::Algorithm | 内联静态 |
| run(InputOutputArray param) const =0 | cv::LMSolver | 纯虚函数 |
| save(const String &filename) const | cv::Algorithm | virtual |
| setMaxIters(int maxIters)=0 | cv::LMSolver | 纯虚函数 |
| write(FileStorage &fs) const | cv::Algorithm | 内联虚函数 |
| 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 | virtual |