Enum SolveLPResult
return codes for cv::solveLP() function
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum SolveLPResult
Fields
Name | Description |
---|---|
Multi | there are multiple maxima for target function - the arbitrary one is returned |
Single | there is only one maximum for target function |
Unbounded | problem is unbounded (target function can achieve arbitrary high values) |
Unfeasible | problem is unfeasible (there are no points that satisfy all the constraints imposed) |