Open Source Computer Vision Library
Go to file
Alex Leontiev a4a5e98cc0 Non-optimized simplex algorithm.
This version is supposed to work on all problems (please, let me know if
this is not so), but is not optimized yet in terms of numerical
stability and performance. Bland's rule is implemented as well, so
algorithm is supposed to allow no cycling. Additional check for multiple
solutions is added (in case of multiple solutions algorithm returns an
appropriate return code of 1 and returns arbitrary optimal solution).
Finally, now we have 5 tests.

Before Thursday we have 4 directions that can be tackled in parallel:
*) Prepare the pull request!
*) Make the code more clear and readable (refactoring)
*) Wrap the core solveLP() procedure in OOP-style interface
*) Test solveLP on non-trivial tests (possibly test against
http://www.coin-or.org/Clp/)
2013-07-03 13:54:23 +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 Non-optimized simplex algorithm. 2013-07-03 13:54:23 +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