Peter Andreas Entschev
6f3163f62d
DescriptorExtractor: added defaultNorm() to return default norm type.
...
Added the defaultNorm() method to the DescriptorExtractor class. This method returns the default norm type for each descriptor type. The tests and C/C++ samples were updated to get the norm type directly from the DescriptorExtractor inherited classes.
This was reported in feature report #2182 (http://code.opencv.org/issues/2182 ). It will make it possible to get the norm type usually applied matching method for each descriptor, instead of passing it manually.
12 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
12 years ago
Roman Donchenko
1eacb485c5
Boring changes - features2d.
12 years ago
Alexander Mordvintsev
57bd485119
compute method for Feature2D
12 years ago
Brian McKinnon
36745a80c3
Added #include <limits> to files that were missing it.
12 years ago
Andrey Kamaev
c98c246fc2
Move border type constants and Moments class to core module
12 years ago
Alexander Mordvintsev
4d510be2c9
added compute function to Feature2D (dirty workaround for #2699 )
12 years ago
Andrey Kamaev
be7bbe3aa9
Drop cv:: prefix from cv::String used inside the cv namespace
12 years ago
Andrey Kamaev
762aefd71b
Compile opencv_test_core with cv::String instead of std::string
...
All tests passed!
12 years ago
Andrey Kamaev
2a6fb2867e
Remove all using directives for STL namespace and members
...
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
12 years ago
Andrey Kamaev
d386667478
Merged the trunk r8927, r8929
13 years ago
Andrey Kamaev
aa4cad80a0
Fixed opponent space color conversion
13 years ago
Andrey Kamaev
b368f99d03
Merged the trunk r8852:8880
13 years ago
Maria Dimashova
6042c59495
fixed #1764
13 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
f2d3b9b4a1
Warning fixes continued
13 years ago
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
13 years ago
Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
13 years ago
Alexander Shishkov
ab15b5954e
fixed #1824
13 years ago
Maria Dimashova
30f8d5a7d7
fixed creation of opponent space descriptors ( #1805 )
13 years ago
Vadim Pisarevsky
957e80abbd
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
13 years ago
Vadim Pisarevsky
2e9f5c434b
added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ...
14 years ago
Andrey Kamaev
be5328178f
Fixed reading/writing parameters for OrbDescriptorExtractor
14 years ago
Maria Dimashova
e95f8194e2
uncommented Opponent descriptors test, fixed descriptors mat size
14 years ago
Vladimir Dudnik
6e38b6aaed
removed trailing backspaces, reduced number of warnings (under MSVC2010 x64) for size_t to int conversion, added handling of samples launch without parameters (should not have abnormal termination if there was no paramaters supplied)
14 years ago
Maria Dimashova
35aa133d9a
minor formating
14 years ago
Alexander Shishkov
db85928e7f
fixed compilation error on MCVS in descriptors.cpp
14 years ago
Maria Dimashova
1932942924
fixed OpponentColorDescriptorExtractor ( #1109 )
14 years ago
Maria Dimashova
b5163291dd
added upright mode to SURF ( #825 )
14 years ago
Vincent Rabaud
4b1f183bcd
- adding ORB
14 years ago
Maria Dimashova
c46b510f4c
restored 2 methods (for backward compatibility)
14 years ago
Maria Dimashova
b9662e099c
added the filtering of keypoints having zero size ( #877 )
14 years ago
Maria Dimashova
34a18f79e1
fixed #832
14 years ago
Andrey Kamaev
cc1c613313
Fixed #998 and #999 : OpponentSIFT and OpponentSURF regression tests failure on Android
14 years ago
Maria Dimashova
c562d79121
changed border type to float
14 years ago
Maria Dimashova
9b4c682623
added empty() method to common features2d classes; fixed #831
14 years ago
Vadim Pisarevsky
1286c1db45
fixed multiple warnings from VS2010.
15 years ago
Maria Dimashova
7e5c11a920
added tests for some detectors; made features2d object create functions as static classes methods; fixed OpponentColorDescriptorExtractor, BriefDescriptorExtractor (on rgb); renamed DynamicDetector
15 years ago
Maria Dimashova
0a2881adcd
added to DetectorExtractor test the check of compute() on empty data. Added test for BRIEF.
15 years ago
Maria Dimashova
c6e43c385d
updated documentation on features2d; minor features2d changes
15 years ago
Maria Dimashova
e406dfee44
refactored features2d and sample on matching to many images
15 years ago
Ethan Rublee
d84b970bf2
adding the Brief descriptor, associated hamming distance functors for bruteforce matching. Also adding cout << cv::Mat functions in core.
15 years ago
Maria Dimashova
69e329c9fd
modified features2d interface; added algorithmic test for DescriptorMatcher; added sample on matching to many images
15 years ago
Anatoly Baksheev
c09254cf67
fixed some warning under VS2008
15 years ago
Maria Dimashova
8462deed30
split descriptors.cpp
15 years ago
Maria Dimashova
9e9d4b9e49
added OpponentColorDescriptorExtractor
15 years ago
Maria Dimashova
a2a3ec69cb
Fixed FernClassifier
15 years ago
Maria Dimashova
601e9af9f8
added match()
15 years ago
Maria Dimashova
cd28d5d812
minor changes
15 years ago
Maria Dimashova
4395bad911
fixed linker errors on Win and some warnings
15 years ago