#include <opencv2/3d/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 |
The documentation for this class was generated from the following file: