1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 19:44:14 +08:00
Commit Graph

25 Commits

Author SHA1 Message Date
Alexander Alekhin
abb211d064 avoid Ptr<> == NULL checks 2018-09-09 19:30:02 +00: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
97037fba92 Updated LATCH accuracy test 2017-11-20 20:29:55 +03:00
Alexander Alekhin
2e2b629153 surf: fix OpenCL tests
should use UMat
2017-09-28 22:38:17 +03:00
Vladislav Sovrasov
bac7c26c2d features2d: add a separate regression test for OCL SURF 2017-09-19 16:30:28 +03:00
acyen
cdbdb5738f Fix tests to work transparently with OpenCL SURF. 2017-09-19 13:49:35 +03:00
Alexander Alekhin
02ea1b6680 test: fix SIFT descriptor test
descriptor values are integers, so threshold 0.03f doesn't have any sense
2017-07-20 21:44:44 +00:00
Alexander Alekhin
fdab64c95d fix tests 2017-04-27 16:17:08 +03:00
Yorwba
2a0cad7714 Merge pull request #933 from Yorwba:harris-laplace-detector
* Added files from http://code.opencv.org/issues/1053

The code structure had to be changed because of the
features2d/xfeatures2d split and to avoid changing
multiple modules (gaussian_pyramid doesn't seem ready
for inclusion in the (x)imgproc module).
Except for changes related to this, the patches
remain unchanged, including the outdated
copyright notice at the top of the files.

* Hide Harris-Laplace implementation behind pimpl-creating wrapper.

* Add test for Harris-Laplace feature detector.

* Handle empty images in Harris-Laplace detector.

* Replace HarrisAffineFeatureDetector with more flexible AffineFeature2D

* collapse unnecessary HarrisLaplace class into HarrisLaplaceFeatureDetector

* fold DoG pyramid code into harris_laplace_detector.cpp

* tuck auxiliary functions for Harris-Laplace into anonymous namespace

* use mask to filter keypoints in Harris-Laplace detector

* remove unused value of differentiation scale from calcAffineAdaptation

* make descriptor copy in AffineFeature2D independent of the data type

* Document interface for Harris-Laplace and AffineFeature2D

* Make type conversions explicit and decorate float literals with f in HarrisLaplace and AffineFeature2D

* Replace usage of non-standard log2 in Harris-Laplace feature detector

* Fix virtual overload errors in AffineFeature2D

* Add basic tests for AffineFeature2D and fix what they uncover

* Make type conversions in Harris-Laplace feature detector explicit

* Change license header for Harris-Laplace detector and AffineFeature2D

* Use Matx for small matrices in AffineFeature2D

* Remove redundant attributes of Elliptic_KeyPoint

* Convert Matx22f to Matx22d for inverting in AffineFeature2D
2017-01-23 13:25:36 +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
cbalint13
1a617614b7 Merge branch 'master' of https://github.com/Itseez/opencv_contrib into daisy 2015-05-24 13:12:03 +03:00
Vadim Pisarevsky
7b6fe5cdf9 Merge pull request #231 from GilLevi/AddingLATCH
Adding the LATCH descriptor
2015-05-23 12:06:42 +03:00
GilLevi
5e64ac0ad8 added tests and renamed LATCH 2015-05-21 00:03:13 +03:00
Vadim Pisarevsky
0f38313f36 added test for http://code.opencv.org/issues/3943;
replaced "const InputArray" with "InputArray" to avoid warnings about "const const _InputArray&"
2015-05-18 19:07:42 +03:00
cbalint13
96f1e25660 Squash all commits into one. 2015-05-11 21:07:30 +03:00
Str3iber
634c3a37c7 initial LUCID inclusion 2015-01-07 17:16:53 +01:00
Vadim Pisarevsky
e2755362e1 quickly corrected the previous refactoring of features2d/xfeatures2d: moved from set(SOME_PROP, val) to setSomeProp(val) 2014-10-18 20:46:17 +04:00
Vadim Pisarevsky
763954f815 fixed xfeatures2d tests 2014-10-16 20:04:09 +04:00
Vadim Pisarevsky
0cfd795303 refactored xfeatures2d in the same style as features2d 2014-10-16 16:33:21 +04:00
Vadim Pisarevsky
c12d15936e moved part of the tests to xfeatures2d 2014-08-12 00:04:19 +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