Class cv::detail::LevMarqBase#
Base class for Levenberg-Marquadt solvers. View details
#include <opencv2/geometry/detail/optimizer.hpp>Collaboration diagram for cv::detail::LevMarqBase:
Detailed Description#
Base class for Levenberg-Marquadt solvers.
This class can be used for general local optimization using sparse linear solvers, exponential param update or fixed variables implemented in child classes. This base class does not depend on a type, layout or a group structure of a param vector or an objective function jacobian. A child class should provide a storage for that data and implement all virtual member functions that process it. This class does not support fixed/masked variables, this should also be implemented in child classes.
Constructor & Destructor Documentation#
LevMarqBase()#
cv::detail::LevMarqBase::LevMarqBase(
const Ptr< LevMarqBackend > & backend_,
const LevMarq::Settings & settings_ )
~LevMarqBase()#
cv::detail::LevMarqBase::~LevMarqBase()
Member Function Documentation#
optimize()#
LevMarq::Report cv::detail::LevMarqBase::optimize()
Member Data Documentation#
backend#
Ptr< LevMarqBackend > cv::detail::LevMarqBase::backend
settings#
LevMarq::Settings cv::detail::LevMarqBase::settings
Source file#
The documentation for this class was generated from the following file:
opencv2/geometry/detail/optimizer.hpp