🤖
AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は
公式英語版(原文) を参照してください。
#include <opencv2/geometry/detail/optimizer.hpp>
◆ ~LevMarqBackend()
| virtual cv::detail::LevMarqBackend::~LevMarqBackend |
( |
| ) |
|
|
inlinevirtual |
◆ acceptProbe()
| virtual void cv::detail::LevMarqBackend::acceptProbe |
( |
| ) |
|
|
pure virtual |
◆ calcFunc()
| virtual bool cv::detail::LevMarqBackend::calcFunc |
( |
double & | energy, |
|
|
bool | calcEnergy = true, |
|
|
bool | calcJacobian = false ) |
|
pure virtual |
◆ calcJtbv()
| virtual bool cv::detail::LevMarqBackend::calcJtbv |
( |
Mat_< double > & | jtbv | ) |
|
|
pure virtual |
◆ currentOplusX()
| virtual void cv::detail::LevMarqBackend::currentOplusX |
( |
const Mat_< double > & | x, |
|
|
bool | geo = false ) |
|
pure virtual |
◆ decompose()
| virtual bool cv::detail::LevMarqBackend::decompose |
( |
| ) |
|
|
pure virtual |
◆ doJacobiScaling()
| virtual void cv::detail::LevMarqBackend::doJacobiScaling |
( |
const Mat_< double > & | di | ) |
|
|
pure virtual |
◆ enableGeo()
| virtual bool cv::detail::LevMarqBackend::enableGeo |
( |
| ) |
|
|
pure virtual |
◆ getDiag()
| virtual const Mat_< double > cv::detail::LevMarqBackend::getDiag |
( |
| ) |
|
|
pure virtual |
◆ getJtb()
| virtual const Mat_< double > cv::detail::LevMarqBackend::getJtb |
( |
| ) |
|
|
pure virtual |
◆ prepareVars()
| virtual void cv::detail::LevMarqBackend::prepareVars |
( |
| ) |
|
|
pure virtual |
◆ setDiag()
| virtual void cv::detail::LevMarqBackend::setDiag |
( |
const Mat_< double > & | d | ) |
|
|
pure virtual |
◆ solveDecomposed()
| virtual bool cv::detail::LevMarqBackend::solveDecomposed |
( |
const Mat_< double > & | right, |
|
|
Mat_< double > & | x ) |
|
pure virtual |
このクラス詳解は次のファイルから抽出されました: