opencv/modules/stitching
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 complains and the test failures 2014-08-12 00:03:40 +04:00
include/opencv2 Merge pull request #2987 from anishp:master 2014-07-28 21:15:39 +00: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 fixed test for ocl PlaneWarperTest 2014-08-12 16:37:34 +04:00
CMakeLists.txt moved nonfree and a part of features2d to opencv_contrib/xfeatures2d 2014-08-11 23:26:39 +04:00