942 Commits (2674c6b5e0d564071dd40f0364993e2abef294af)

Author SHA1 Message Date
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 8 years ago
Maksim Shabunin 32d4af36e2 Fixing some static analysis issues 8 years ago
Jiri Horner 5f20e802d2 Merge pull request #8869 from hrnr:akaze_part1 8 years ago
abratchik 037d8fbdcd Refactor OpenCV Java Wrapping 8 years ago
Woody Chow 5a4f2b5d27 Add function to sort keypoints that are calculated in parallel to ensure stable output 8 years ago
n001519 cc3fdd005e fix the mser issue 8 years ago
Vitaly Tuzov 1d62a025b3 Moved size restrictions for OpenVX processed images to corresponding cpp files 8 years ago
remi 8ee8710c02 Modifications to reduce the code through a loop 8 years ago
Vitaly Tuzov ee5b5a6b2f Fixed out of bound reading in makeAgastOffsets 8 years ago
Vitaly Tuzov 2492c299f3 Extended set of existing performance test to OpenVX HAL suitable execution modes 8 years ago
Vitaly Tuzov bf5b7843e8 Extended set of OpenVX HAL calls disabled for small images 8 years ago
Maksim Shabunin 9333f82be0 Reduce dependencies between modules 8 years ago
Vitaly Tuzov 9a4b5a4545 OpenVX calls updated to use single common OpenVX context per thread 8 years ago
Tomoaki Teshima 1d01e435ca use universal intrinsic in fast 8 years ago
Rostislav Vasilikhin 13b9dd3963 fixed segfault at ORB::compute() near image's border 8 years ago
Rostislav Vasilikhin 8444c23803 fixed segfault at ORB::compute() near image's border 8 years ago
Rostislav Vasilikhin 969c55da58 Merge pull request #7720 from savuor:openvx_FAST 8 years ago
Vladislav Sovrasov 4a3da1c4ed Fix missing angles in AKAZE keypoints 8 years ago