|
OpenCV 4.5.3(日本語機械翻訳)
|
継承メンバを含む cv::LMSolver の全メンバ一覧です。
| Algorithm() (定義場所: cv::Algorithm) | cv::Algorithm | |
| clear() | cv::Algorithm | inline virtual |
| create(const Ptr< LMSolver::Callback > &cb, int maxIters) | cv::LMSolver | static |
| create(const Ptr< LMSolver::Callback > &cb, int maxIters, double eps) (定義場所: cv::LMSolver) | cv::LMSolver | static |
| empty() const | cv::Algorithm | inline virtual |
| getDefaultName() const | cv::Algorithm | virtual |
| getMaxIters() const =0 | cv::LMSolver | pure virtual |
| load(const String &filename, const String &objname=String()) | cv::Algorithm | inline static |
| loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | inline static |
| read(const FileNode &fn) | cv::Algorithm | inline virtual |
| read(const FileNode &fn) | cv::Algorithm | inline static |
| run(InputOutputArray param) const =0 | cv::LMSolver | pure virtual |
| save(const String &filename) const | cv::Algorithm | virtual |
| setMaxIters(int maxIters)=0 | cv::LMSolver | pure virtual |
| write(FileStorage &fs) const | cv::Algorithm | inline virtual |
| write(const Ptr< FileStorage > &fs, const String &name=String()) const | cv::Algorithm | |
| writeFormat(FileStorage &fs) const (定義場所: cv::Algorithm) | cv::Algorithm | protected |
| ~Algorithm() (定義場所: cv::Algorithm) | cv::Algorithm | virtual |