Represents function being optimized.
More...
#include "optim.hpp"
Represents function being optimized.
virtual cv::MinProblemSolver::Function::~Function |
( |
| ) |
|
|
inlinevirtual |
virtual double cv::MinProblemSolver::Function::calc |
( |
const double * |
x | ) |
const |
|
pure virtual |
virtual int cv::MinProblemSolver::Function::getDims |
( |
| ) |
const |
|
pure virtual |
virtual void cv::MinProblemSolver::Function::getGradient |
( |
const double * |
x, |
|
|
double * |
grad |
|
) |
| |
|
virtual |
virtual double cv::MinProblemSolver::Function::getGradientEps |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following file: