Go to file
Alex Leontiev 6db2596ca9 Convenience fixes
Attempting to fix issues pointed out by Vadim Pisarevsky during the pull
request review. In particular, the following things are done:
*) The mechanism of debug info printing is changed and made more
procedure-style than the previous macro-style
*) z in solveLP() is now returned as a column-vector
*) Func parameter of solveLP() is now allowed to be column-vector, in
which case it is understood to be the transpose of what we need
*) Func and Constr now can contain floats, not only doubles (in the
former case the conversion is done via convertTo())
*)different constructor to allocate space for z in solveLP() is used,
making the size of z more explicit (this is just a notation change, not
functional, both constructors are achieving the same goal)
*) (big) mat.hpp and iostream headers are moved to precomp-headers from
optim.hpp
2013-07-11 22:05:14 +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 Convenience fixes 2013-07-11 22:05:14 +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