StevenPuttemans
2b106db02f
Applied all fixes related to translating C to C++ code
...
Also fixed some typos and code alignment
Also adapted tutorial CPP samples
Fixed some identation problems
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
e5a33723fc
Move C API of opencv_calib3d to separate file
12 years ago
Andrey Kamaev
9690ed8232
Fix build of OpenCV samples (Linux)
12 years ago
Vadim Pisarevsky
c69312ea0d
fixed #2580 , #2210 . some work on #2025 .
...
modified SIFT to 1) double image before finding keypoints, 2) use floating-point internally instead of 16-bit integers, 3) set the keypoint response to the abs(interpolated_DoG_value). step 1) increases the number of detected keypoints significantly and together with 2) and 3) it improves some detection benchmarks. On the other hand, the stability of the small keypoints is lower, so the rotation and scale invariance tests now struggle a bit. In 2.5 need to make this feature optional and add some more intelligence to the algorithm.
added test that finds a planar object using SIFT.
12 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
13 years ago
Andrey Kamaev
7b5a45eac4
Merged the trunk r8384:8407 (inclusive)
13 years ago
Maria Dimashova
608855a322
include nonfree for a couple of f2d samples
13 years ago
Maria Dimashova
0d1ec967e8
fixed sample
14 years ago
Maria Dimashova
d5a79f8b19
Fixed #727
14 years ago
Maria Dimashova
ebe2d03aef
removed duplicated output, added the print of first and last points always
14 years ago
Maria Dimashova
f3662b0bd1
fixed sample
14 years ago
Maria Dimashova
983f4f1621
minor changes of recall-precision output
14 years ago
Vadim Pisarevsky
306a11a7c5
fixed a few warnings from VS2010 express
14 years ago
Gary Bradski
8faae6cfc5
revamped
14 years ago
Vadim Pisarevsky
1286c1db45
fixed multiple warnings from VS2010.
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
Gary Bradski
d5f0f0391a
created help function, added more docs
14 years ago
Maria Dimashova
a5b58c00ea
updated user prompt and included headers
14 years ago
Maria Dimashova
ce0132583a
added possibility of matcher filtering to sample
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
26dbbcc070
added bag of words; did some renaming
14 years ago
Maria Dimashova
9e9d4b9e49
added OpponentColorDescriptorExtractor
14 years ago
Maria Dimashova
8ab3fdbcca
merged regression tests for FeatureDetector, DescriptorExtractor from branch .features2d;
...
renamed createDetector to createFeatureDetector
14 years ago
Maria Dimashova
601e9af9f8
added match()
14 years ago
Maria Dimashova
d8ad4e2267
added detector and descriptor evaluation to sample descriptor_extractor_matcher
14 years ago
Maria Dimashova
4e60decad3
added GridAdaptedFeatureDetector, PyramidAdaptedFeatureDetector and funcs to draw keypoints and matches
15 years ago
Maria Dimashova
912607a387
minor sample changes
15 years ago
Maria Dimashova
400eb37189
added parameter keypointIndexes to KeyPoint::convert, updated sample
15 years ago
Maria Dimashova
dd72f2ec52
moved matchesMask
15 years ago
Maria Dimashova
008da75691
renamed parameter of drawMatches (mask to matchesMask)
15 years ago
Victor Erukhimov
c751e901ce
Changed interface for drawMatches
15 years ago
Victor Erukhimov
c6750a0f45
Moved detector and descriptor class factory functions into features2d module
15 years ago
Maria Dimashova
6667d935f1
updated descriptor_extractro_matcher sample to use added drawMatches function
15 years ago
Vadim Pisarevsky
023e2b2850
removed irrelevant assertion.
15 years ago
Victor Erukhimov
7c1eedfc61
Renamed descriptor samples
15 years ago
Maria Dimashova
d5ef5b88f0
modified keypoints_matching sample
15 years ago
Maria Dimashova
583a08d5c7
removed old sample on keypoints matching and added new one
15 years ago