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.
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
62353b7980
Boring changes - samples.
11 years ago
Andrey Kamaev
8f32902ce6
Minimize usages of legacy C API inside the library
12 years ago
Anatoly Baksheev
680eeecc3b
fixed samples compilation
12 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
c5aba337e9
Fixed number of warnings. Fixed mingw64 build.
13 years ago
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
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
Anatoly Baksheev
8f4c7db3f6
~40 warnings under VS2008
...
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
14 years ago
Maria Dimashova
ef5d7278ea
removed evaluation testbetch to sample
14 years ago
Vadim Pisarevsky
061b49e0b2
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
14 years ago
Maria Dimashova
dfe4af9e1d
fixed warnings under win32
14 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
14 years ago
Maria Dimashova
69e329c9fd
modified features2d interface; added algorithmic test for DescriptorMatcher; added sample on matching to many images
14 years ago
Maria Dimashova
89935fc59b
fixed FernDescriptorMatch; optimized keypoint regions matching in detector/descriptor evaluation; added CalonderDescriptorExtractor to evaluation tests
14 years ago
Maria Dimashova
d511e62021
fixed detector evaluation test
14 years ago
Ilya Lysenkov
ccc72f6175
Updated a recall curve construction in descriptors evaluation
14 years ago
Maria Dimashova
26dbbcc070
added bag of words; did some renaming
14 years ago
Maria Dimashova
8ab3fdbcca
merged regression tests for FeatureDetector, DescriptorExtractor from branch .features2d;
...
renamed createDetector to createFeatureDetector
14 years ago
Maria Dimashova
9c875a804a
added static to funcs
14 years ago
Maria Dimashova
4395bad911
fixed linker errors on Win and some warnings
15 years ago
Maria Dimashova
121e51d35b
replaced detector/descriptor evaluation functions from test to features2d; modified VectorDescriptorMatch constructor; removed commented calonder descriptor implementation
15 years ago
Maria Dimashova
12e677d456
minor changes of test
15 years ago
Vadim Pisarevsky
08cba33f9d
fixed some more MSVC2010 warnings
15 years ago
Alexander Shishkov
fd16d49d85
Changed VectorDescriptorMatch interface to add factory capabilities and changed factory functions interface (return smart pointer)
15 years ago
Maria Dimashova
69adf86afe
fixed compile error; renamed createDescriptorMatch to createGenericDescriptorMatch
15 years ago
Ilya Lysenkov
add94f9bd6
Added L1 distance code and used factory functions in evaluation framework
15 years ago
Ilya Lysenkov
8b86f05d3e
Fixed assert generation in descriptors evaluation due to many-to-many matching
15 years ago
Ilya Lysenkov
78a659287f
Minor changes in descriptors evaluation
15 years ago
Ilya Lysenkov
276f3b8862
Added distance threshold-based matching
15 years ago
Ilya Lysenkov
673b4404a9
Fixed plot data generation for descriptors comparison
15 years ago
Maria Dimashova
d264907fd6
uprated detector test
15 years ago
Victor Erukhimov
c6a943b684
DescriptorMatching -> DMatch
15 years ago
Maria Dimashova
2dc0cf2388
added plot data generation for detectors; removed old version of functions evaluating detectors
15 years ago
Ilya Lysenkov
88bd1f1d1a
Added plot data generation for visual descriptors comparison in the evaluation framework
15 years ago
Ilya Lysenkov
11f9dafdca
Fixed FernDescriptorMatch
15 years ago
Ilya Lysenkov
454e346334
Added Fern Descriptor and Calonder Descriptor to the evaluation framework
15 years ago
Ilya Lysenkov
c6415bf9a5
Changed params in detectors and descriptors evaluation to speed up testing
15 years ago
Ilya Lysenkov
9fb9118024
Updated detectors and descriptors evaluation using new read/write methods
15 years ago
Ilya Lysenkov
bb235220e7
Speeded up descriptors evaluations using clear ()
15 years ago
Ilya Lysenkov
8e526dc58a
Added One Way Descriptor to detectors and descriptros evaluation
15 years ago
Jose Luis Blanco
cc0d7674ee
fixed a simple declaration error.
15 years ago
Maria Dimashova
60019422e8
fixed gftt wrapper, update testdata
15 years ago
Maria Dimashova
d199100deb
minor changes of detectors test
15 years ago
Maria Dimashova
60f00f9f83
updated detectors and descriptors quality tests
15 years ago
Maria Dimashova
d79c97696b
updated detectors quality test, added descriptors quality test
15 years ago