opencv/modules/features2d/test
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
..
ocl world fix 2014-08-05 20:12:35 +04:00
test_brisk.cpp Merge commit '43aec5ad' into merge-2.4 2013-08-27 13:26:44 +04:00
test_descriptors_regression.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
test_detectors_regression.cpp fixed doc builder complains and the test failures 2014-08-12 00:03:40 +04:00
test_fast.cpp cv::norm -> cvtest::norm in tests 2014-04-08 14:49:20 +04:00
test_keypoints.cpp fixed doc builder complains and the test failures 2014-08-12 00:03:40 +04:00
test_main.cpp reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine. 2011-02-09 20:55:11 +00:00
test_matchers_algorithmic.cpp Main module headers are moved 1 level up 2013-03-13 17:26:56 +04:00
test_mser.cpp Merge commit '43aec5ad' into merge-2.4 2013-08-27 13:26:44 +04:00
test_nearestneighbors.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-04-14 16:08:02 +04:00
test_orb.cpp Main module headers are moved 1 level up 2013-03-13 17:26:56 +04:00
test_precomp.hpp Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
test_rotation_and_scale_invariance.cpp AKAZE fixes, tests and tutorial 2014-07-30 18:02:08 +04:00