opencv/modules/flann
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 Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
include/opencv2 Revert "Avoid obtaining several identical dimensions between two LSH sub-vectors by choosing orthogonal sub-vectors." 2014-08-08 16:59:24 +04:00
src Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
test deleted excess semicolons, commas 2014-01-18 01:31:33 +04:00
CMakeLists.txt Normalized file endings. 2013-08-21 18:59:25 +04:00