opencv/modules/optim
Alex Leontiev 581d454536 Refined interface for Conjugate Gradient
Some interface was refined (most notably, the method for returning
Hessian was removed and the method for getting gradient was added as
optional to base Solver::Function class) and basic code for
setters/getters was added. Now is the time for the real work on an
algorithm.
2013-09-22 00:27:00 +08:00
..
doc Refined interface for Conjugate Gradient 2013-09-22 00:27:00 +08:00
include/opencv2 Refined interface for Conjugate Gradient 2013-09-22 00:27:00 +08:00
src Refined interface for Conjugate Gradient 2013-09-22 00:27:00 +08:00
test Refined interface for Conjugate Gradient 2013-09-22 00:27:00 +08:00
CMakeLists.txt Created skeleton for simplex method. 2013-06-24 20:27:11 +03:00