opencv/modules/objdetect
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 fixed doc builder warnings 2014-07-28 17:18:28 +04:00
include/opencv2 removed ERFilter (to be moved to opencv_contrib/modules/text) and lineMOD (to be moved to opencv_contrib/modules/rgbd) 2014-07-28 16:48:53 +04:00
perf world fix 2014-08-05 20:12:35 +04:00
src Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
test Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
CMakeLists.txt Class-specific Extremal Region Filter algorithm as proposed in : 2013-07-20 01:10:05 +02:00