Vadim Pisarevsky
06c138bd64
make the correctness test pass
11 years ago
Vadim Pisarevsky
8e1918e86e
added OpenCL-accelerated(?) FAST; for now the tests fail :(
11 years ago
Ilya Lavrenov
099ea91823
typos
11 years ago
Ilya Lavrenov
32eb38ec98
fixed defects from coverity.com
11 years ago
Ilya Lavrenov
6ad7b64912
some more changes
11 years ago
Ilya Lavrenov
f74ef644bc
changed the signature of add method according to the base class
11 years ago
yash
1a89a03c7c
Fixed CV_ASSERT condition in the code for bag of words
11 years ago
Rohit Girdhar
a4b5641836
bugfix: blobdetector was putting incorrect diameter value in keypoints
11 years ago
Konstantin Matskevich
bdfa9fa14a
fixes2
11 years ago
Konstantin Matskevich
b0f617bc01
fixes
11 years ago
Konstantin Matskevich
f44334285b
features2d
11 years ago
Ilya Lavrenov
e559256719
added cv::GFTTDetector
11 years ago
Konstantin Matskevich
2f8c29a1f0
removed unnecessary functions and variables
11 years ago
Konstantin Matskevich
3b7683e72f
fixed docs
11 years ago
Konstantin Matskevich
ca5689e0db
BFMatcher
...
match
radiusMatch
11 years ago
Ilya Lavrenov
6b9ebcbf3d
deleted extra semicolons
12 years ago
StevenPuttemans
e4b41d38f1
Fixed descripotorsCount to descriptorsCount
...
See feature 2862
12 years ago
Peter Andreas Entschev
c289c8a700
Fixing some indentation issues on FREAK source file.
12 years ago
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
sprice
73b0827ec1
Don't automatically convert to grayscale (keep previous behavior.)
12 years ago
sprice
2cc11e2c6a
Updating STAR detector and FREAK descriptor to work with large and/or 16-bit images
12 years ago
Andrey Pavlenko
1966e7cea9
fixing compilation on Linux
12 years ago
Andrey Pavlenko
bd9d3dd561
fixing build of 2.4 branch with VC12 (aka 2013)
...
(master branch was fixed before, no need to merge this to master!)
- disable openexr (numerous undefined std::min & std::max)
- workaround for two compilator bugs
12 years ago
Mathieu Barnachon
b413bcbba4
Fix shadow parameter.
12 years ago
Mathieu Barnachon
99c8b8c016
Fix parameter name to fit documentation.
12 years ago
Mathieu Barnachon
c90fe65f22
Fix compilation issue related to previous commit.
12 years ago
Mathieu Barnachon
e8b86c8663
Fix name of one parameter to fit the documentation.
12 years ago
Mathieu Barnachon
9dc713eaba
Fix name of parameter to have proper documentation.
12 years ago
Mathieu Barnachon
bf84d476fc
Fix useless space...
12 years ago
Mathieu Barnachon
0c4da123e9
Remove duplicate functions.
12 years ago
Jose-Luis Blanco-Claraco
80e667b647
Minimized the number of arguments required to workaround the MSVC2013 compiler bug.
12 years ago
Jose-Luis Blanco-Claraco
77023e2366
Added comment to features2d_init.cpp explaining the reason for the extra parameters.
12 years ago
Jose-Luis Blanco-Claraco
c33ca77838
Undo changing whitespace.
12 years ago
Jose-Luis Blanco-Claraco
bec35eeddb
Avoid duplicated variable declarations.
12 years ago
Jose-Luis Blanco-Claraco
52a904e17b
Fixed MSVC 2013 build errors and workaround for an internal compiler crash.
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
Mathieu Barnachon
464985205c
Update PR after mdim review.
12 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
12 years ago
Roman Donchenko
f55740da70
Deleted all trailing whitespace.
12 years ago
Mathieu Barnachon
43c9818895
Adding class for BOW image matcher (Feature #3005 ).
...
Same prototype as BOWImgDescriptorExtractor, but do only the matching.
If the feature is accepted, the BOWImgDescriptorExtractor and BOWImgDescriptorMatcher should probably refactor with inheritance.
Add a class to compute the keypoints, descriptors and matching from an image should be added to.
12 years ago
Roman Donchenko
d9f71b762f
Deleted almost all of the precomp.cpp files.
...
Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
12 years ago
Alexander Mordvintsev
57bd485119
compute method for Feature2D
12 years ago
StevenPuttemans
52bfa7b850
Fixed bug 1873 : return image keypoint descriptors + fix on line 152 pure declaration
12 years ago
Roman Donchenko
ac39bfb4cc
Remove HAVE_CVCONFIG_H - it's always defined.
12 years ago
Alexander Pacha
eaa29110e1
Fixed issue 3130 ( http://code.opencv.org/issues/3130 ), where one argument of the BRISK-call was ignored. Previously it was not possible to use BRISK without creating descriptors.
...
Now it behaves like ORB (and how it is documented), and you can call BRISK to just generate feature points and no descriptors.
12 years ago
Roman Donchenko
29b13ec1de
Replaced most of the usages of parallel_for with that of parallel_for_.
...
This should allow many algorithms to take advantage of more parallelization
technologies.
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
Andrey Kamaev
517062039e
Make core/internal.hpp a private header
12 years ago