OpenCV
3.4.2
Open Source Computer Vision
|
#include "opencv2/core.hpp"
Classes | |
class | cv::ConjGradSolver |
This class is used to perform the non-linear non-constrained minimization of a function with known gradient,. More... | |
class | cv::DownhillSolver |
This class is used to perform the non-linear non-constrained minimization of a function,. More... | |
class | cv::MinProblemSolver::Function |
Represents function being optimized. More... | |
class | cv::MinProblemSolver |
Basic interface for all solvers. More... | |
Namespaces | |
cv | |
Enumerations | |
enum | cv::SolveLPResult { cv::SOLVELP_UNBOUNDED = -2, cv::SOLVELP_UNFEASIBLE = -1, cv::SOLVELP_SINGLE = 0, cv::SOLVELP_MULTI = 1 } |
return codes for cv::solveLP() function More... | |
Functions | |
int | cv::solveLP (const Mat &Func, const Mat &Constr, Mat &z) |
Solve given (non-integer) linear programming problem using the Simplex Algorithm (Simplex Method). More... | |