Sean McBride
943ac96526
Eliminated use of obsolete 'register' keyword
...
Fixes clang warnings about uses of this obsolete keyword.
8 years ago
Pavel Vlasov
30a6cee2fe
Instrumentation for OpenCV API regions and IPP functions;
8 years ago
Julien Nabet
a29c814bd8
cppcheck: fix some reports
...
All of these: (performance) Prefer prefix ++/-- operators for non-primitive types.
[modules/calib3d/src/fundam.cpp:1049] -> [modules/calib3d/src/fundam.cpp:1049]: (style) Same expression on both sides of '&&'.
9 years ago
Balint Cristian
f819323296
Fix AGAST keypoint declared size.
9 years ago
Krishnaraj Bhat
9b8013d193
gcc6: fix misleading indentation warning
...
cosmetic changes to fix this warning.
real bugs not found
9 years ago
Alexander Alekhin
3d85e7ac0d
features2d agast: clear in/out keypoints container
...
fixes #5863
9 years ago
askourik
fedf064088
removing code duplicates and replace unsigned long by uint32_t
9 years ago
askourik
ae66ce9d22
Add treelookups for nonintel
9 years ago
Balint Cristian
fdbed4a473
Speedup AGAST nonmax-suppression.
9 years ago
Maksim Shabunin
771af4f32d
Some changes to support mingw-w64
...
- IPP is disabled by default when compiler is mingw (couldn't make it
work)
- fixed some warnings
- fixed some `__GNUC__` version checks (for correctness and convenience)
- removed UTF-8 BOM from hough.cpp (fixes #5253 )
9 years ago
cbalint13
fb56d5c482
Squash all BRISK commits into one.
10 years ago
cbalint13
2c6114f58d
Force newer build over buildbot.
10 years ago
cbalint13
8ba1ec22e4
Force buildbot to rebuild.
10 years ago
cbalint13
f426778160
Force buildbot rebuild.
10 years ago
cbalint13
9b87c22e01
Fix bugs in non-max suppression routine.
10 years ago
cbalint13
26997f32c6
Fix BRISK detector&descriptor using proper AGAST.
10 years ago