Roman Donchenko
|
1eacb485c5
|
Boring changes - features2d.
|
2013-09-05 18:26:44 +04:00 |
|
Roman Donchenko
|
feaa12a274
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
modules/core/include/opencv2/core/version.hpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/src/initialization.cpp
modules/ocl/test/main.cpp
modules/superres/CMakeLists.txt
modules/superres/src/input_array_utility.cpp
modules/superres/src/input_array_utility.hpp
modules/superres/src/optical_flow.cpp
|
2013-07-16 11:52:41 +04:00 |
|
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.
|
2013-07-04 16:36:29 +12:00 |
|
Andrey Kamaev
|
c98c246fc2
|
Move border type constants and Moments class to core module
|
2013-04-10 19:14:24 +04:00 |
|
Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
2013-03-13 17:26:56 +04:00 |
|
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.
|
2013-02-25 15:04:17 +04:00 |
|
Andrey Kamaev
|
c527340cb6
|
Merge branch 2.4
|
2013-02-04 17:15:55 +04:00 |
|
Vincent Rabaud
|
d235c3a678
|
define the default remapping in the right scope
|
2013-02-04 11:08:00 +01:00 |
|
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
2012-10-17 15:57:49 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
Andrey Kamaev
|
5a730d09cd
|
Fix binary compatibility of opencv_features2d
|
2012-10-17 02:09:14 +04:00 |
|
Andrey Kamaev
|
b8adc04545
|
Fix Android build warnings
|
2012-09-06 18:54:38 +04:00 |
|
Vadim Pisarevsky
|
014106783d
|
fixed building BRISK on Windows
|
2012-08-30 17:32:47 +04:00 |
|
Vincent Rabaud
|
84c4797030
|
revert orientation computation in jeypoint detection for efficiency (like done originally)
|
2012-08-30 16:28:39 +04:00 |
|
Vincent Rabaud
|
da1921b2fc
|
add const correctness, replace __inline__ and remote a useless release()
|
2012-08-30 16:28:39 +04:00 |
|
Vincent Rabaud
|
92da6d381b
|
add rotation tests for the descriptors
|
2012-08-30 16:28:39 +04:00 |
|
Vincent Rabaud
|
13ded36ecb
|
initial addition of BRISK with some tests
|
2012-08-30 16:28:39 +04:00 |
|