opencv/modules/optim
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring:
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
2014-08-13 15:21:35 +04: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 Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
test Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
CMakeLists.txt Created skeleton for simplex method. 2013-06-24 20:27:11 +03:00