Struct cv::LevMarq::Settings#
Structure to keep LevMarq settings. View details
#include <opencv2/geometry/3d.hpp>Collaboration diagram for cv::LevMarq::Settings:
Detailed Description#
Constructor & Destructor Documentation#
Settings()#
Member Function Documentation#
setCheckMinGradient()#
Settings & cv::LevMarq::Settings::setCheckMinGradient(bool v)
setCheckRelEnergyChange()#
Settings & cv::LevMarq::Settings::setCheckRelEnergyChange(bool v)
setCheckStepNorm()#
Settings & cv::LevMarq::Settings::setCheckStepNorm(bool v)
setClampDiagonal()#
Settings & cv::LevMarq::Settings::setClampDiagonal(bool v)
setGeodesic()#
Settings & cv::LevMarq::Settings::setGeodesic(bool v)
setGeoScale()#
Settings & cv::LevMarq::Settings::setGeoScale(double v)
setHGeo()#
Settings & cv::LevMarq::Settings::setHGeo(double v)
setInitialLambda()#
Settings & cv::LevMarq::Settings::setInitialLambda(double v)
setInitialLmDownFactor()#
Settings & cv::LevMarq::Settings::setInitialLmDownFactor(double v)
setInitialLmUpFactor()#
Settings & cv::LevMarq::Settings::setInitialLmUpFactor(double v)
setJacobiScaling()#
Settings & cv::LevMarq::Settings::setJacobiScaling(bool v)
setMaxIterations()#
Settings & cv::LevMarq::Settings::setMaxIterations(int v)
setMinGradientTolerance()#
Settings & cv::LevMarq::Settings::setMinGradientTolerance(double v)
setRelEnergyDeltaTolerance()#
Settings & cv::LevMarq::Settings::setRelEnergyDeltaTolerance(double v)
setSmallEnergyTolerance()#
Settings & cv::LevMarq::Settings::setSmallEnergyTolerance(double v)
setStepNormInf()#
Settings & cv::LevMarq::Settings::setStepNormInf(bool v)
setStepNormTolerance()#
Settings & cv::LevMarq::Settings::setStepNormTolerance(double v)
setUpDouble()#
Settings & cv::LevMarq::Settings::setUpDouble(bool v)
setUseStepQuality()#
Settings & cv::LevMarq::Settings::setUseStepQuality(bool v)
Member Data Documentation#
checkMinGradient#
bool cv::LevMarq::Settings::checkMinGradient
checkRelEnergyChange#
bool cv::LevMarq::Settings::checkRelEnergyChange
checkStepNorm#
bool cv::LevMarq::Settings::checkStepNorm
clampDiagonal#
bool cv::LevMarq::Settings::clampDiagonal
geodesic#
bool cv::LevMarq::Settings::geodesic
geoScale#
double cv::LevMarq::Settings::geoScale
hGeo#
double cv::LevMarq::Settings::hGeo
initialLambda#
double cv::LevMarq::Settings::initialLambda
initialLmDownFactor#
double cv::LevMarq::Settings::initialLmDownFactor
initialLmUpFactor#
double cv::LevMarq::Settings::initialLmUpFactor
jacobiScaling#
bool cv::LevMarq::Settings::jacobiScaling
maxIterations#
unsigned int cv::LevMarq::Settings::maxIterations
minGradientTolerance#
double cv::LevMarq::Settings::minGradientTolerance
relEnergyDeltaTolerance#
double cv::LevMarq::Settings::relEnergyDeltaTolerance
smallEnergyTolerance#
double cv::LevMarq::Settings::smallEnergyTolerance
stepNormInf#
bool cv::LevMarq::Settings::stepNormInf
stepNormTolerance#
double cv::LevMarq::Settings::stepNormTolerance
upDouble#
bool cv::LevMarq::Settings::upDouble
useStepQuality#
bool cv::LevMarq::Settings::useStepQuality
Source file#
The documentation for this struct was generated from the following file:
opencv2/geometry/3d.hpp