opencv/modules/features2d/misc/java/test
Kumataro b14ea19466
Merge pull request #25351 from Kumataro:fix25073_format_g
core: persistence: output reals as human-friendly expression. #25351

Close #25073
Related https://github.com/opencv/opencv/pull/25087

This patch is need to merge same time with https://github.com/opencv/opencv_contrib/pull/3714

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
2024-04-10 15:17:15 +03:00
..
AGASTFeatureDetectorTest.java Merge pull request #20367 from augustinmanecy:features2d-rw 2022-12-21 16:03:00 +03:00
AKAZEDescriptorExtractorTest.java Merge pull request #25351 from Kumataro:fix25073_format_g 2024-04-10 15:17:15 +03:00
BOWImgDescriptorExtractorTest.java Added Java bindings for BOWImgDescriptorExtractor constructor. 2023-10-31 11:23:47 +03:00
BRIEFDescriptorExtractorTest.java Merge pull request #20367 from augustinmanecy:features2d-rw 2022-12-21 16:03:00 +03:00
BRISKDescriptorExtractorTest.java Merge pull request #20367 from augustinmanecy:features2d-rw 2022-12-21 16:03:00 +03: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 Merge pull request #20367 from augustinmanecy:features2d-rw 2022-12-21 16:03:00 +03:00
Features2dTest.java Merge pull request #20367 from augustinmanecy:features2d-rw 2022-12-21 16:03:00 +03:00
FlannBasedDescriptorMatcherTest.java Merge pull request #17735 from pemmanuelviel:pev-fix-trees-descent 2020-08-03 18:00:59 +00:00
GFTTFeatureDetectorTest.java Merge pull request #25351 from Kumataro:fix25073_format_g 2024-04-10 15:17:15 +03:00
HARRISFeatureDetectorTest.java Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00
KAZEDescriptorExtractorTest.java Merge pull request #25351 from Kumataro:fix25073_format_g 2024-04-10 15:17:15 +03:00
MSERFeatureDetectorTest.java Merge pull request #25351 from Kumataro:fix25073_format_g 2024-04-10 15:17:15 +03:00
ORBDescriptorExtractorTest.java Merge pull request #25351 from Kumataro:fix25073_format_g 2024-04-10 15:17:15 +03:00
ORBFeatureDetectorTest.java Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00
SIFTDescriptorExtractorTest.java Merge pull request #25351 from Kumataro:fix25073_format_g 2024-04-10 15:17:15 +03:00
SIFTFeatureDetectorTest.java Modified java wrapping mechanism 2015-03-02 18:12:30 +03:00
SIMPLEBLOBFeatureDetectorTest.java Merge pull request #25351 from Kumataro:fix25073_format_g 2024-04-10 15:17:15 +03:00