opencv/modules/optim
Alex Leontiev 3013ad6624 Minor fixes
Request to comments on pull request for simplex method. In particular
*) while(1) is replaced with for(;;)
*) if(true){...} constructions in tests are replaced with #if 1 ...
 #endif
2013-07-30 04:14:36 +03:00
..
doc Convenience fixes 2013-07-11 22:05:14 +03:00
include/opencv2 Eliminated all the calls to std::find() 2013-07-20 15:14:02 +03:00
src Minor fixes 2013-07-30 04:14:36 +03:00
test Minor fixes 2013-07-30 04:14:36 +03:00
CMakeLists.txt Created skeleton for simplex method. 2013-06-24 20:27:11 +03:00