opencv/modules/ml
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 removed many extra whitespaces; fixed 1 warning 2014-08-03 03:08:25 +04:00
include/opencv2 continuing to debug boost and fix MSVC compile errors 2014-08-03 21:21:11 +04:00
src Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
test temporarily disabled java bindings for ml; hopefully fixed warnings etc. 2014-08-03 04:28:20 +04:00
CMakeLists.txt Global CMake reorganization: 2012-02-03 11:26:49 +00:00