opencv/modules/features2d/misc/java/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
..
BRIEFDescriptorExtractorTest.java fix for #7510, #7511 and #7512 2016-10-31 11:07:56 +04:00
BruteForceDescriptorMatcherTest.java Generate constructor with smart pointer, if it's expected. 2020-05-29 16:40:19 +03:00
BruteForceHammingDescriptorMatcherTest.java features2d: remove deprecated java wrappers 2018-05-16 16:13:18 +02:00
BruteForceHammingLUTDescriptorMatcherTest.java features2d: remove deprecated java wrappers 2018-05-16 16:13:18 +02:00
BruteForceL1DescriptorMatcherTest.java imgproc: fix bit-exact GaussianBlur() / sepFilter2D() (#15855) 2019-11-18 01:39:27 +03:00
BruteForceSL2DescriptorMatcherTest.java imgproc: fix bit-exact GaussianBlur() / sepFilter2D() (#15855) 2019-11-18 01:39:27 +03:00
DENSEFeatureDetectorTest.java Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00
FASTFeatureDetectorTest.java features2d: remove deprecated java wrappers 2018-05-16 16:13:18 +02:00
Features2dTest.java Try to fix "enum struct" wrapping for Java 2018-12-19 13:16:43 +03:00
FlannBasedDescriptorMatcherTest.java Merge pull request #17735 from pemmanuelviel:pev-fix-trees-descent 2020-08-03 18:00:59 +00:00
GFTTFeatureDetectorTest.java Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00
HARRISFeatureDetectorTest.java Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00
MSERFeatureDetectorTest.java Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00
ORBDescriptorExtractorTest.java Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2019-11-18 13:56:24 +03:00
ORBFeatureDetectorTest.java Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00
SIFTDescriptorExtractorTest.java features2d(sift): move SIFT tests / headers / build fixes 2020-04-23 08:45:22 +00:00
SIFTFeatureDetectorTest.java Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00
SIMPLEBLOBFeatureDetectorTest.java Merge pull request #14693 from utibenkei:fix_java_simpleblobdetector 2019-06-06 13:05:41 +03:00
STARFeatureDetectorTest.java fix for #7510, #7511 and #7512 2016-10-31 11:07:56 +04:00
SURFDescriptorExtractorTest.java fix for #7510, #7511 and #7512 2016-10-31 11:07:56 +04:00
SURFFeatureDetectorTest.java fix for #7510, #7511 and #7512 2016-10-31 11:07:56 +04:00