opencv/modules
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
..
androidcamera Merge remote-tracking branch 'origin/2.4' 2013-05-21 17:19:23 +04:00
calib3d Merge remote-tracking branch 'origin/2.4' 2013-05-21 17:19:23 +04:00
contrib Compile OpenCV with GCC visibility set to hidden 2013-05-13 18:33:20 +04:00
core Merge remote-tracking branch 'origin/2.4' 2013-05-21 17:19:23 +04:00
features2d Added #include <limits> to files that were missing it. 2013-05-06 22:45:11 -04:00
flann Merge remote-tracking branch 'origin/2.4' 2013-05-21 17:19:23 +04:00
gpu Fix a build error which manifests when building with CUDA < 5. 2013-05-23 14:00:13 +04:00
highgui Merge remote-tracking branch 'origin/2.4' 2013-05-21 17:19:23 +04:00
imgproc Merge remote-tracking branch 'origin/2.4' 2013-05-21 17:19:23 +04:00
java Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-05-27 16:58:04 +04:00
legacy Merge remote-tracking branch 'origin/2.4' 2013-05-21 17:19:23 +04:00
ml In CvBoost, delegated update_weights's implementation to a helper method. 2013-04-11 13:50:10 +04:00
nonfree Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-05-27 16:58:04 +04:00
objdetect Merge remote-tracking branch 'origin/2.4' 2013-05-21 17:19:23 +04:00
ocl Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-05-27 16:58:04 +04:00
optim Non-optimized simplex algorithm. 2013-07-03 13:54:23 +03:00
photo Revert "Merge pull request #836 from jet47:gpu-modules" 2013-04-18 15:03:50 +04:00
python Merge pull request #881 from apavlenko:hidden_visibility 2013-05-13 22:08:45 +04:00
softcascade Revert "Merge pull request #836 from jet47:gpu-modules" 2013-04-18 15:03:50 +04:00
stitching Revert "Merge pull request #836 from jet47:gpu-modules" 2013-04-18 15:03:50 +04:00
superres Merge remote-tracking branch 'origin/2.4' 2013-05-21 17:19:23 +04:00
ts Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-05-27 16:58:04 +04:00
video Merge branch '2.4' 2013-04-17 12:07:17 +04:00
videostab Changed visibility of the virtual functions in OnePassStabilizer and TwoPassStabilizer that are derived from StabilizerBase from private to protected to enable stabilizer implementations that are derived from OnePassStabilizer and TwoPassStabilier to properly overwrite these functions 2013-04-24 07:33:22 +02:00
world Make core/internal.hpp a private header 2013-04-01 17:29:10 +04:00
CMakeLists.txt Added compatibility headers 2013-03-13 17:26:56 +04:00
refman.rst.in Made reference manual table of contents autogenerated 2012-05-30 14:06:47 +00:00