Open Source Computer Vision Library
Go to file
Alex Leontiev b216c0940c Created skeleton for simplex method.
Added LPSolver class together with two nested classes: LPFunction and
LPConstraints. These represent function to be maximized and constraints
imposed respectively. They are implementations of interfaces Function
and Constraints respectively (latter ones are nested classes of Solver
interface, which is generic interface for all optimization algorithms to
be implemented within this project).

The next step is to implement the simplex algorithm! First, we shall
implement it for the case of constraints of the form Ax<=b and x>=0.
Then, we shall extend the sets of problems that can be handled by the
conversion to the one we've handled already. Finally, we shale
concentrate on numerical stability and efficiency.
2013-06-24 20:27:11 +03:00
3rdparty Merge remote-tracking branch 'origin/2.4' 2013-05-21 17:19:23 +04:00
android Merge branch '2.4' 2013-04-12 15:35:38 +04:00
apps Compile OpenCV with GCC visibility set to hidden 2013-05-13 18:33:20 +04:00
cmake Merge pull request #797 from vhdirk:installheaders 2013-05-22 13:54:20 +04:00
data Merge release 2.4.4 2013-03-04 19:43:49 +04:00
doc fix parenthesis 2013-05-22 13:57:43 +03:00
include Minimize usages of legacy C API inside the library 2013-04-16 12:00:02 +04:00
ios enabled png and jpeg for iOS 2013-03-25 11:19:29 +04:00
modules Created skeleton for simplex method. 2013-06-24 20:27:11 +03:00
platforms Merge branch '2.4' 2013-04-05 21:11:59 +04:00
samples Merge remote-tracking branch 'origin/2.4' 2013-05-21 17:19:23 +04:00
.gitattributes Revise git attributes 2013-02-28 03:18:54 +04:00
.gitignore Created skeleton for simplex method. 2013-06-24 20:27:11 +03:00
CMakeLists.txt Merge remote-tracking branch 'origin/2.4' 2013-05-21 17:19:23 +04:00
CONTRIBUTING.md Add contributing page for Github 2013-04-15 16:57:58 +04:00
index.rst merged Android Manager and new java layout 2012-06-28 16:23:19 +00:00
README updating README content 2012-07-30 10:36:23 +04:00

OpenCV: open source computer vision library

Homepage:    http://opencv.org
Online docs: http://docs.opencv.org
Q&A forum:   http://answers.opencv.org
Dev zone:    http://code.opencv.org