opencv/modules/features2d/test
Jiri Horner a5b5684670 Merge pull request #9330 from hrnr:akaze_ocl
[GSOC] Enable OCL for AKAZE (#9330)

* revert e0489cb - reenable OCL for AKAZE

* deal with conversion internally in AKAZE

* pass InputArray directly to AKAZE to allow distiguishing input Mat/UMat. deal with conversion there
* ensure that keypoints orientations are always computed. prevents misuse of internal AKAZE class.

* covert internal AKAZE functions to use InputArray/OutputArray

* make internal functions private in AKAZE

* split OCL and CPU paths in AKAZE

* create 2 separate pyramids, 1 for OCL and 1 for CPU
* template functions that use temporaries to always store them as correct type (UMat/Mat)

* remove variable used only in OCL path

causes unused variable warning

* update AKAZE documentation

* run ocl version only when ocl is enabled

* add tests for OCL path in AKAZE

* relax condition for keypoints angle
2017-08-16 16:46:11 +00:00
..
ocl Merge pull request #9330 from hrnr:akaze_ocl 2017-08-16 16:46:11 +00:00
test_agast.cpp Squash all BRISK commits into one. 2015-05-06 11:21:25 +03:00
test_akaze.cpp Merge pull request #8951 from hrnr:akaze_part2 2017-08-01 12:46:01 +00:00
test_brisk.cpp fixed several test failures; currently 9 out of 73 tests fail 2014-10-17 14:56:58 +04:00
test_descriptors_invariance.cpp features2d(test): enable debug messages 2017-08-03 19:51:46 +03:00
test_descriptors_regression.cpp features2d(test): more AKAZE tests 2017-08-03 22:54:45 +00:00
test_detectors_invariance.cpp features2d(test): enable debug messages 2017-08-03 19:51:46 +03:00
test_detectors_regression.cpp Merge pull request #8951 from hrnr:akaze_part2 2017-08-01 12:46:01 +00:00
test_fast.cpp cv::norm -> cvtest::norm in tests 2014-04-08 14:49:20 +04:00
test_invariance_utils.hpp Merge pull request #8869 from hrnr:akaze_part1 2017-06-21 14:33:09 +03:00
test_keypoints.cpp Adding test support for WINRT 2015-06-30 15:35:20 +03: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 Adding test support for WINRT 2015-06-30 15:35:20 +03:00
test_mser.cpp mser: add a couple of new regression tests 2017-07-14 20:07:32 +03:00
test_nearestneighbors.cpp fixed memory leaks in modules/features2d/test/test_nearestneighbors.cpp 2015-09-13 12:08:19 +02:00
test_orb.cpp fixed segfault at ORB::compute() near image's border 2016-12-16 18:36:37 +03:00
test_precomp.hpp Reduce dependencies between modules 2017-03-15 17:58:52 +03:00