24 #ifndef OPTIMIZATION_H 25 #define OPTIMIZATION_H 63 double CalcTukeyWeight(
double residual,
double c);
64 double CalcTukeyWeightSimple(
double residual,
double c);
101 typedef void (*EstimateCallback)(CvMat* state, CvMat *projection,
void *
param);
109 void CalcJacobian(CvMat* x, CvMat* J, EstimateCallback
Estimate);
123 double Optimize(CvMat* parameters,
130 CvMat* parameters_mask = 0,
bool param(const std::string ¶m_name, T ¶m_val, const T &default_val)
void Estimate(CvMat *state, CvMat *projection, void *param)
Non-linear optimization routines. There are three methods implemented that include Gauss-Newton...
OptimizeMethod
Selection between the algorithm used in optimization. Following should be noticed: ...
This file defines library export definitions, version numbers and build information.
CvMat * GetErr()
Returns the current residual vector.