Alexander Alekhin
323e24e3ef
change links from samples/python2 to samples/python
9 years ago
askourik
cc5a1d612e
added comments and test perl examples for agast tree version
9 years ago
askourik
ae66ce9d22
Add treelookups for nonintel
9 years ago
Maksim Shabunin
7392ce0a81
Added some documentation for MSER
9 years ago
cbalint13
fb56d5c482
Squash all BRISK commits into one.
10 years ago
cbalint13
bbdf21679f
Leave AGAST at thresold=10, cosmetic for perf tests.
10 years ago
cbalint13
e2f74309f7
Default AGAST threshold is 40 (as authors recomandation)
10 years ago
Pierre Moulon
901d4995e3
Fix a typo error
...
Fix a typo error
Conflicts:
modules/features2d/include/opencv2/features2d.hpp
10 years ago
cbalint13
26997f32c6
Fix BRISK detector&descriptor using proper AGAST.
10 years ago
Maksim Shabunin
35b2139929
Basic HAL module
10 years ago
berak
fd60e98c5b
fixes for latest changes in opencv3.0 api
...
fixes for latest changes in opencv3.0 api
waitKey() normalization
fixed mser bindings
10 years ago
Maksim Shabunin
91e21847e2
Some changes to make migration to 3.0 easier
10 years ago
Maksim Shabunin
03e213ccae
Doxygen documentation: BiB references and fixes
10 years ago
Maksim Shabunin
1523fdcc1c
Doxygen documentation: more fixes and cleanups
10 years ago
Maksim Shabunin
c5a698fb54
Doxygen documentation: calib3d and features2d modules
10 years ago
Maksim Shabunin
9b55c09999
Basic doxygen documentation support
...
- updated existing Doxyfile.in
- added corresponding cmake instructions
- added some specific files (layout, icon)
- clean existing doxygen warnings
Conflicts:
CMakeLists.txt
doc/CMakeLists.txt
modules/core/include/opencv2/core.hpp
modules/core/include/opencv2/core/base.hpp
modules/core/include/opencv2/core/cuda.inl.hpp
modules/core/include/opencv2/core/mat.hpp
modules/core/include/opencv2/core/matx.hpp
modules/core/include/opencv2/core/types.hpp
modules/flann/include/opencv2/flann/lsh_table.h
modules/imgproc/include/opencv2/imgproc.hpp
10 years ago
Vadim Pisarevsky
d2b9dc5530
quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val)
10 years ago
Vadim Pisarevsky
1176d4ef84
fixed some more compile errors and test failures
10 years ago
Vadim Pisarevsky
fa76c634ec
ok; all the tests now pass
10 years ago
Vadim Pisarevsky
01d3848f17
all the tests now pass except for MSER
10 years ago
Vadim Pisarevsky
06d4aa6060
now all the samples and opencv_contrib compile!
10 years ago
Vadim Pisarevsky
09df1a286b
OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet
10 years ago
Vadim Pisarevsky
2e915026a0
yet another attempt to refactor features2d; the first commit, features2d does not even compile
10 years ago
Vadim Pisarevsky
c422bdc3f8
fixed some more compile errors and test failures
10 years ago
Vadim Pisarevsky
25a7d023dd
ok; all the tests now pass
10 years ago
Vadim Pisarevsky
c5261ea3d2
all the tests now pass except for MSER
10 years ago
Vadim Pisarevsky
d017faa06c
now all the samples and opencv_contrib compile!
10 years ago
Vadim Pisarevsky
5e667ee53a
OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet
10 years ago
Vadim Pisarevsky
1796a26fc7
yet another attempt to refactor features2d; the first commit, features2d does not even compile
10 years ago
Felix Endres
ee6835492c
Exposing the FAST detector threshold for ORB
...
Implemented as a new optional parameter for
the constructor of the ORB detector. The
change of this parameter has been included
in the orb unit test.
10 years ago
Vadim Pisarevsky
31df47b6ea
moved nonfree and a part of features2d to opencv_contrib/xfeatures2d
10 years ago
f-morozov
7f82960897
AKAZE fixes, tests and tutorial
10 years ago
berak
3500c940d4
add Bag of Words to python wrapper
11 years ago
Ilya Lavrenov
556206de2d
fixed defects found by coverity scan
11 years ago
berak
fc610979bb
export BOW to script wrappers
11 years ago
Ievgen Khvedchenia
029a8c443a
Remove GSURF descriptor from KAZE algorithm
11 years ago
Ievgen Khvedchenia
3a8e15fad9
Fix documentation warnings
11 years ago
Ievgen Khvedchenia
b42c268164
Temporary remove of CV_WRAP
11 years ago
Ievgen Khvedchenia
1a5fcd715d
Refactor of KAZE and AKAZE:
...
1) Clean-up from the unused code
2) Remove of SURF extraction method
3) Enabled threading for KAZE extraction
4) Exposed new properties for runtime configuration
11 years ago
Ievgen Khvedchenia
36db97068c
Added missing operator()
11 years ago
Ievgen Khvedchenia
137ff7eccb
Added KAZE and AKAZE wrappers
11 years ago
Clemens Korner
f1c8b4b965
FEATURES2D: add DenseFeatureDetector Python wrapper
11 years ago
Ilya Lavrenov
099ea91823
typos
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
Pierre Moulon
8829e9f6c8
Fix a typo error
11 years ago
Konstantin Matskevich
bdfa9fa14a
fixes2
11 years ago
Konstantin Matskevich
eb4c2cd59f
removed CV_IN/OUT
11 years ago
Konstantin Matskevich
f44334285b
features2d
11 years ago
Vadim Pisarevsky
8d5e952263
very preliminary port of SURF to T-API (compiles but certainly does not work)
11 years ago