opencv/modules/features2d/test
pemmanuelviel e6ec42d462
Merge pull request #17735 from pemmanuelviel:pev-fix-trees-descent
* Fix trees parsing behavior in hierarchical_clustering_index:
Before, when maxCheck was reached in the first descent of a tree, time was still wasted parsing
the next trees till their best leaf, just to skip the points stored there.
Now we can choose either to keep this behavior, and so we skip parsing other trees after reaching
maxCheck, or we choose to do one descent in each tree, even if in one tree we reach maxCheck.

* Apply the same change to kdtree.
As each leaf contains only 1 point (unlike hierarchical_clustering), difference is visible if trees > maxCheck

* Add the new explore_all_trees parameters to miniflann

* Adapt the FlannBasedMatcher read_write test to the additional search parameter

* Adapt java tests to the additional parameter in SearchParams

* Fix the ABI dumps failure on SearchParams interface change

* Support of ctor calling another ctor of the class is only fully supported from C+11
2020-08-03 18:00:59 +00:00
..
ocl fix test failure on Mali T760 and Mali T628 2020-05-14 05:44:14 +09:00
test_agast.cpp Merge pull request #12310 from cv3d:chunks/enum_interface 2018-09-21 18:12:35 +03:00
test_akaze.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_brisk.cpp Merge pull request #13361 from okriof:brisk_getset 2018-12-05 18:44:23 +03:00
test_descriptors_invariance.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-06-29 21:19:09 +00:00
test_descriptors_invariance.impl.hpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-06-29 21:19:09 +00:00
test_descriptors_regression.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-04-24 19:02:39 +00:00
test_descriptors_regression.impl.hpp features2d(test): extract common extract/invariance test code 2018-09-07 19:30:51 +03:00
test_detectors_invariance.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-06-29 21:19:09 +00:00
test_detectors_invariance.impl.hpp features2d(test): extract common extract/invariance test code 2018-09-07 19:30:51 +03:00
test_detectors_regression.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-04-24 19:02:39 +00:00
test_detectors_regression.impl.hpp features2d(test): extract common extract/invariance test code 2018-09-07 19:30:51 +03:00
test_drawing.cpp Merge pull request #13481 from dkurt:fix_13227 2018-12-25 17:29:12 +03:00
test_fast.cpp Merge pull request #12310 from cv3d:chunks/enum_interface 2018-09-21 18:12:35 +03:00
test_invariance_utils.hpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_keypoints.cpp features2d(sift): move SIFT tests / headers / build fixes 2020-04-23 08:45:22 +00:00
test_main.cpp Merge pull request #11897 from Jakub-Golinowski:hpx_backend 2018-08-31 16:23:26 +03:00
test_matchers_algorithmic.cpp Merge pull request #17735 from pemmanuelviel:pev-fix-trees-descent 2020-08-03 18:00:59 +00:00
test_mser.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_nearestneighbors.cpp features2d: add verbose messages into tests 2018-02-28 19:47:16 +00:00
test_orb.cpp Merge pull request #12310 from cv3d:chunks/enum_interface 2018-09-21 18:12:35 +03:00
test_precomp.hpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_utils.cpp features2d: fix retainBest() implementation 2018-12-18 05:33:21 +00:00