f-morozov
7f82960897
AKAZE fixes, tests and tutorial
10 years ago
Alexander Alekhin
776728ef2a
KAZE: disable tests (too many crashes)
11 years ago
Ievgen Khvedchenia
029a8c443a
Remove GSURF descriptor from KAZE algorithm
11 years ago
Ievgen Khvedchenia
1a5fcd715d
Refactor of KAZE and AKAZE:
...
1) Clean-up from the unused code
2) Remove of SURF extraction method
3) Enabled threading for KAZE extraction
4) Exposed new properties for runtime configuration
11 years ago
Ievgen Khvedchenia
9fc90f4069
Merged nldiffusion functions into one module with removal of duplicate functions
11 years ago
Ievgen Khvedchenia
17f305140b
Added unit-tests for KAZE and AKAZE features
11 years ago
Vladislav Vinogradov
0c7663eb3b
Merge branch 'master' into gpu-cuda-rename
...
Conflicts:
modules/core/include/opencv2/core/cuda.hpp
modules/cudacodec/src/thread.cpp
modules/cudacodec/src/thread.hpp
modules/superres/perf/perf_superres.cpp
modules/superres/src/btv_l1_cuda.cpp
modules/superres/src/optical_flow.cpp
modules/videostab/src/global_motion.cpp
modules/videostab/src/inpainting.cpp
samples/cpp/stitching_detailed.cpp
samples/cpp/videostab.cpp
samples/gpu/stereo_multi.cpp
11 years ago
Roman Donchenko
1eacb485c5
Boring changes - features2d.
11 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
11 years ago
Andrey Kamaev
ad5cddc007
Main module headers are moved 1 level up
...
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
12 years ago
Vincent Rabaud
b325b2f9a4
add more test to BRISK
12 years ago
Maria Dimashova
63d8eedc51
changed the way of HARRIS creation
13 years ago
Maria Dimashova
438c1444eb
added test to check keypoints returned by FeatureDetector (center, size, angle)
13 years ago