962 Commits (854ab48de0ead3a0f59fa4e18feb4a85f3d4c4ac)

Author SHA1 Message Date
Alexander Alekhin 0854dc3320 features2d: apply CV_OVERRIDE/CV_FINAL 7 years ago
vasiliev-vb 94c8e59bbe
Fixed bug in KAZE features orientation. 7 years ago
Alexander Alekhin da6dc6774b features2d: add verbose messages into tests 7 years ago
mworchel aab390c51d Add mask support to SimpleBlobDetector 7 years ago
luz.paz d05714995c Misc. modules/ cont. pt2 7 years ago
Alexander Alekhin 4a297a2443 ts: refactor OpenCV tests 7 years ago
Vitaly Tuzov 26321795f7 Fixed assertion in ORB::setFirstLevel() 7 years ago
Tomoaki Teshima 5f4b48da34 fix build error on Visual Studio 2013 and earlier 7 years ago
Vitaly Tuzov 205022ceee Fixed issue in ORB detection if firstLevel property is set above 0 7 years ago
Elena Gvozdeva b97b650ab3 add HAL for FAST (#10362) 7 years ago
Maksim Shabunin 8b87c4b96a Fixed several warnings produced by clang 6 and static analyzers 7 years ago
Hamdi Sahloul 2d2499f610 BLOB - Support RGBA 7 years ago
Tomoaki Teshima fe7b3f1228 clean up the code 7 years ago
Vitaly Tuzov 51cb56ef2c Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468) 7 years ago
Pavel Rojtberg 6fb9d42c3f Hid symbols in static builds, added LTO flags, removed exports from ts 7 years ago
Alexander Alekhin 0ed3209b00 ocl: avoid unnecessary loading/initializing OpenCL subsystem 7 years ago
Pavel Rojtberg 6fbf0758bc Python: wrap Algorithm::read and Algorithm::write 7 years ago
Jcrist99 0608227e10 Merge pull request #9698 from abratchik:parse.doxygen 7 years ago
Vitaly Tuzov 2eb61a4a99 AVX2 optimized implementation of FAST corner tracking migrated to separate file 7 years ago
Vitaly Tuzov 8d5a5d5ceb AVX2 optimizations for FAST corner tracking provided by Victoria Zhislina 7 years ago
Vladislav Vinogradov 26fe8bd4f2 made flann dependency for features2d optional 7 years ago
vipinanand4 39e742765a Merge pull request #9618 from vipinanand4:goodFeaturesToTrack_added_gradiantSize 7 years ago
Tomoaki Teshima bf718b0865 use universal intrinsic in FAST 7 years ago
Patel, Nilaykumar K 6857870412 Overloading getDefaultName method for Feature2D and its child classes 7 years ago
Maksim Shabunin 248e2c7d47 Fixed some issues found by static analysis 7 years ago
berak da208216ee features2d: fix BFMatcher.radiusMatch with HAMMING2 7 years ago
Jiri Horner a5b5684670 Merge pull request #9330 from hrnr:akaze_ocl 7 years ago
Martin Seyferth e5f129424c brisk add detection threshold for custom sampling pattern 7 years ago
Kim Lindberg Schwaner 7f9fe6f1f2 Fix doxy comment for BFMatcher::create() 7 years ago
Alexander Alekhin 94dbc35d92 features2d(test): more AKAZE tests 7 years ago
Alexander Alekhin ad2e864a9a akaze: more fixes 7 years ago
Alexander Alekhin e0489cb4a6 akaze: fix T-API interfaces, disable OpenCL code 7 years ago
Alexander Alekhin 2a8322ddbb akaze: uninitialized field 7 years ago
Alexander Alekhin 73c3d14a66 akaze: fRound -> cvRound, fix bilinear interpolation 7 years ago
Alexander Alekhin f6ceeaa2e5 akaze: getAngle() -> fastAtan2() 7 years ago
Alexander Alekhin 6847cc9f1c akaze: remove usage of int8_t / uint8_t 7 years ago
Alexander Alekhin 411d36ff13 features2d(test): update descriptor regression test 7 years ago
Alexander Alekhin 63ae5f00b1 features2d(test): enable debug messages 7 years ago
Alexander Alekhin 43e0912516 akaze: resolve issue with using of uninitialized memory 7 years ago
Alexander Alekhin 64533009b3 akaze: optimize allocations 7 years ago
Alexander Alekhin 8aca8d90d6 akaze: replace ceil() 7 years ago
Jiri Horner 3166d0c667 Merge pull request #9249 from hrnr:akaze_part3 7 years ago
Alexander Alekhin 8be1ba708e features2d: don't use rand(), because it is not thread-safe 7 years ago
Jiri Horner bb6496d9e5 Merge pull request #8951 from hrnr:akaze_part2 7 years ago
Vladislav Sovrasov 25af743902 mser: add a couple of new regression tests 7 years ago
gylns 6d1cdcf601 Merge pull request #8910 from gylns:mser 7 years ago
Alexander Alekhin a4a47b538c build: detect Android via '__ANDROID__' macro 7 years ago
Tony Lian c8783f3e23 Merge pull request #9075 from TonyLianLong:master 7 years ago
Maksim Shabunin e0393f8557 Fixed some issues found by static analysis (4th round) 7 years ago
Maksim Shabunin a769d69a9d Fixed several issues found by static analysis 7 years ago