Blank module and first draft of solver API.

At this point we have a skeleton of a new module (optim) which can
barely compile properly (unlike previous commit). Besides, there is a
first draft of solver and lpsolver (linear optimization solver) in this
commit.
This commit is contained in:
Alex Leontiev
2013-06-20 14:54:09 +03:00
parent f2afe64521
commit f41b8b90ff
18 changed files with 83 additions and 595 deletions

View File

@@ -1,3 +0,0 @@
#include "test_precomp.hpp"
CV_TEST_MAIN("cv")