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