opencv/modules/optim
Alex Leontiev eb1333d0a8 Initial commit for Conjugate Gradient method
Implementation is based on
http://www.cs.cmu.edu/~quake-papers/painless-conjugate-gradient.pdf

So far we only have basic interface and empty test. But it compiles at
least.
2013-09-20 15:12:48 +08:00
..
doc Initial commit for Conjugate Gradient method 2013-09-20 15:12:48 +08:00
include/opencv2 Initial commit for Conjugate Gradient method 2013-09-20 15:12:48 +08:00
src fix for broken debug builds (MSVS2010/2012) 2013-09-18 16:05:21 +04:00
test Eliminate use of 32-bit floating pt type 2013-09-10 13:53:26 +08:00
CMakeLists.txt Created skeleton for simplex method. 2013-06-24 20:27:11 +03:00