1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-21 14:41:58 +08:00

28 Commits

Author SHA1 Message Date
Alexander Smorkalov
9060b318e5 xFeatures2d build fix. 2025-01-08 18:48:23 +03:00
Skreg
5a6d80a279 Merge pull request #3864 from shyama7004:fix-unused-variable
Fix Unused Variable Warning in test_rotation_and_scale_invariance.cpp #3864

### Description:
This PR resolves a warning caused by an unused variable `IMAGE_BIKES` in the file `test_rotation_and_scale_invariance.cpp` within the `xfeatures2d` module of the OpenCV contrib repository.

- **Issue:** The variable `IMAGE_BIKES` was declared but not used in the test file, leading to a compiler warning (`-Wunused-const-variable`).

```
warning: unused variable 'IMAGE_BIKES' [-Wunused-const-variable]
static const char* const IMAGE_BIKES = "detectors_descriptors_evaluation/
```

### 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
- [ ] There is a reference to the original bug report and related work
- [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [ ] The feature is well documented and sample code can be built with the project CMake
2025-01-08 16:59:59 +03:00
Maksim Shabunin
a2ba3e9ea1 xfeatures2d: reduce test avg memory consumption 2024-04-16 20:47:46 +03:00
Iago Suárez
940d9104b0 Merge pull request #3277 from iago-suarez:4.x
Add BAD descriptor to xfeatures2d module

* Adding new BAD descriptor to xfeatures2d module

* Changing BAD name by TEBLID and using int threshold again for BEBLID

* Changing link to AKAZE tutorial and moved parameters initialization to ::create()

* Adding f suffixes to floating-point parameters and using arrays again
2022-06-30 00:56:33 +03:00
Alexander Alekhin
ea1081cc4b Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-01-16 19:08:04 +00:00
Alexander Alekhin
ebf745ee11 xfeatures2d: disable BoostDesc/VGG in case of missing data 2021-01-14 20:00:38 +00:00
Iago Suárez
bc1ea8f891 Merge pull request #2774 from iago-suarez:master
* Added BEBLID local feature descriptor

* Solved format problems, moved descriptor data to .hpp files and added BeblidSize enum

* Deleting guards from BEBLID parameter files

* Using int for the BeblidSize, using at<> to access matrix and releasing descriptors when no keypoints are detected.
2020-12-09 21:28:21 +00:00
Alexander Alekhin
69c8689338 Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-04-24 18:31:24 +00:00
Alexander Alekhin
1248735d1e xfeatures2d: move SIFT to main repository 2020-04-21 11:22:41 +00:00
Alexander Alekhin
35972a1ec4 Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2019-11-18 07:19:57 +00:00
Alexander Alekhin
f452bd49e4 update tests (gaussianBlur fix) 2019-11-08 19:21:28 +03:00
Alexander Alekhin
0bf687bc33 xfeatures2d(test): update extraction/invariance tests 2018-09-07 18:50:57 +03:00
Alexander Alekhin
0a8d930341 xfeatures2d(test): disable tests with required non-free code 2018-07-11 16:12:37 +03:00
Alexander Alekhin
edfdf12c31 tests: refactor test files 2018-02-02 19:15:28 +03:00
Vitaly Tuzov
8c394a4f2e Updated internal calls to linear resize to use bit-exact version 2017-12-14 13:00:09 +03:00
Vladislav Sovrasov
dae2c1ba8b xfeatures2d: change threshold in regression test 2017-09-19 14:55:49 +03:00
acyen
cdbdb5738f Fix tests to work transparently with OpenCL SURF. 2017-09-19 13:49:35 +03:00
Balint Cristian
9c1d01e22a Add BoostDesc Descriptor. 2016-10-27 14:49:29 +03:00
Balint Cristian
593e78c5d0 Add VGG descriptor. 2016-10-14 16:27:03 +03:00
Vladislav Sovrasov
4b00e414d1 Check that image is gray in FREAK 2016-09-21 16:18:02 +03:00
Maksim Shabunin
22e57f59e6 xfeatures2d tests 2015-08-20 15:03:55 +03:00
cbalint13
6baf963079 Get in sync with master. 2015-05-29 12:53:11 +03:00
cbalint13
309274a4ae Fix doc in header. 2015-05-24 13:19:23 +03:00
cbalint13
1a617614b7 Merge branch 'master' of https://github.com/Itseez/opencv_contrib into daisy 2015-05-24 13:12:03 +03:00
GilLevi
5e64ac0ad8 added tests and renamed LATCH 2015-05-21 00:03:13 +03:00
cbalint13
fe38c9ef46 Squash all commits into single one. 2015-05-18 15:00:10 +03:00
Vadim Pisarevsky
0cfd795303 refactored xfeatures2d in the same style as features2d 2014-10-16 16:33:21 +04:00
Vadim Pisarevsky
d4a77fc428 added xfeatures2d (made of opencv/nonfree and a part of opencv/features2d) 2014-08-11 23:25:30 +04:00