1045 Commits (55f06b76f91ad663ad39a5396923bc7718d288bb)

Author SHA1 Message Date
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
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 0f0dea79fc [move sift.cpp] Use TLS instead of mutex in SIFT 8 years ago
Woody Chow b6d636214e [move sift.cpp] Multithreading findScaleSpaceExtremaComputer. Sort the keypoints afterwards to make the output stable 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
Woody Chow 4b64955a12 [move sift.cpp] Parallelize calcDescriptors and buildDoGPyramid. Simplify 2 lines of AVX2 instructions 8 years ago
Maksim Shabunin 9333f82be0 Reduce dependencies between modules 8 years ago
Woody Chow 546239a3a8 [move sift.cpp] Optimize SIFT with AVX2 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
Suleyman TURKMEN 8be0a3452d [move sift.cpp] Update sift.cpp 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
Alexander Alekhin 44d9d59f08 ocl: stop using of OpenCL without explicit UMat arguments 8 years ago
Alexander Alekhin 39d7ecc93b perf: disabled checks for magic numbers 8 years ago
Alexander Alekhin dac37a0bc9 features2d: update rotation invariance test 8 years ago
abratchik f978ee613e fix for #7510, #7511 and #7512 8 years ago
abratchik 78874c568e fix java wrapper autotests 8 years ago
Sean McBride 943ac96526 Eliminated use of obsolete 'register' keyword 8 years ago
abratchik adbb1471fc fix regression issues in Feature2D and DescriptorMatcher interfaces 8 years ago
abratchik 084c595855 fix for legacy FeatureDetector and DescriptorMatcher classes 8 years ago
Alexander Alekhin c16c803fe9 java: integrate code from base modules 8 years ago
abratchik 789b35d813 improved fix for java wrapper generator (gen_java.py) to avoid generation of java methods with duplicate signatures(v3) 8 years ago
abratchik be028d0774 fix for #7420, #7421 8 years ago
sourin a34fbf7bb1 Fixed identifiers warns 8 years ago
Maksim Shabunin dc704d77ac Fixed several GCC 5.x warnings 8 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 8 years ago
sourin ce818dc01f respective changes added 8 years ago
Vitaliy Lyudvichenko ab8de8f506 Adding of user-defined type conversions for python bindings inside module directories 8 years ago