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 |
Roman Donchenko
|
f55740da70
|
Deleted all trailing whitespace.
|
12 years ago |
Andrey Kamaev
|
c98c246fc2
|
Move border type constants and Moments class to core module
|
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 |
Andy Maloney
|
c8cad0857e
|
Remove unused constructor
Add checks for valid values
Fix wording on some errors
|
12 years ago |
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
13 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
13 years ago |
Vadim Pisarevsky
|
2e9f5c434b
|
added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ...
|
14 years ago |
Vadim Pisarevsky
|
ff5e97c8e4
|
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
|
14 years ago |
Maria Dimashova
|
983f4f1621
|
minor changes of recall-precision output
|
14 years ago |
Vadim Pisarevsky
|
1286c1db45
|
fixed multiple warnings from VS2010.
|
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
|
a22f74c362
|
fixed area computing
|
15 years ago |
Ethan Rublee
|
244a537d54
|
_S happens to be a bad variable name for android
|
15 years ago |
Maria Dimashova
|
ef6a79244d
|
fixed compile error (with TBB)
|
15 years ago |
Maria Dimashova
|
89935fc59b
|
fixed FernDescriptorMatch; optimized keypoint regions matching in detector/descriptor evaluation; added CalonderDescriptorExtractor to evaluation tests
|
15 years ago |
Maria Dimashova
|
d511e62021
|
fixed detector evaluation test
|
15 years ago |
Maria Dimashova
|
26dbbcc070
|
added bag of words; did some renaming
|
15 years ago |
Maria Dimashova
|
c56085917b
|
added todo for descriptors evaluation
|
15 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 |