1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-22 07:31:26 +08:00

9 Commits

Author SHA1 Message Date
Kumataro
b1c2e4bf69 workaround for Rect.contains(Point2f/2d) 2024-08-15 00:05:58 +09:00
crownedone
672ba702cd Merge pull request #2713 from crownedone:tbmr_features
Tbmr features (purely topological adaptation on MSER)

* initial commit

* fix test data reusing stereomatching testdata.

* fix incorrect function, ellipse notation, types and comments.

* add required precomp.hpp, fix warnings.

* fix naming

* remove ocl for now. (we want to add opencl functionality later)

* update readme

* fix invalid module dependency.

* add angle, minAxis and majAxis calculation.

* formatting fixes.
restructure component tree calculation.
remove sort_indexes by using cv::sortIdx.

* fix test using virtual data.

* move tbmr to xfeatures2d. Add standard tests in xFeatures2d.

* octave/scale and descriptor extraction using sift added

* try fix the errors

* fix parameter error

* add scale for pyramid extraction and filter scaled points for duplicates.

* fix exports

* remove unrelated changes due to indentation

* remove unrelated indentation changes in tests

* externalize msd_pyramid
add export wrappers

* exchange malloc/calloc with AutoBuffer

* fix warning
fix correct license text
2020-11-18 16:27:07 +00:00
Alexander Alekhin
1248735d1e xfeatures2d: move SIFT to main repository 2020-04-21 11:22:41 +00: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
m4nh
4b1322624f MSD Detector Added
- Saliency stl array instead of pointer array added
- Perf test in Extra Repository
- Epsilon change to 10E-3
2015-12-17 17:13:14 +03: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