opencv/modules/core/include/opencv2
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
..
core Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
core.hpp added some basic functionality needed by the new face module (moved from the old "contrib") 2014-08-10 01:54:16 +04:00