opencv/modules/optim
Saree90 7f7064e3b9 DownhillSolverImpl::innerDownhillSimplex something looks broken here:
Mat_<double> coord_sum(1,ndim,0.0),buf(1,ndim,0.0),y(1,ndim,0.0);
nfunk = 0;
for(i=0;i<ndim+1;++i)
{
y(i) = f->calc(p[i]);
}
y has only ndim elements, while the loop goes over ndim+1
2014-05-22 22:52:37 +10:00
..
doc Minor fixes 2013-09-28 22:33:13 +08:00
include/opencv2 Added the copyright statements 2013-09-30 18:53:32 +08:00
src DownhillSolverImpl::innerDownhillSimplex something looks broken here: 2014-05-22 22:52:37 +10:00
test Added the copyright statements 2013-09-30 18:53:32 +08:00
CMakeLists.txt Created skeleton for simplex method. 2013-06-24 20:27:11 +03:00