565 Commits (ebd98eaf3a53aa3ef02c5201bfc7b2290505ccd9)

Author SHA1 Message Date
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 bf5b7843e8 Extended set of OpenVX HAL calls disabled for small images 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
Alexander Alekhin 44d9d59f08 ocl: stop using of OpenCL without explicit UMat arguments 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 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
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 8 years ago
sourin ce818dc01f respective changes added 8 years ago
Vitaly Tuzov 62c1a5a152 Replaced quiet return from MSER:detectRegion function with exeption throwing to notify user in case small image is processed 8 years ago
will hunt ac2d79fd67 MSER: all test passed. 8 years ago
Vitaly Tuzov 9db93d773d Fix for MSER::detectRegions crash on images with either dimension less than 3 8 years ago
will hunt c3d2921971 MSER: grew unnecessary histories. 8 years ago
will hunt c2e5418e51 MSER: off-by-one bug 8 years ago
Juan Pablo Aveggio ba5f9d68c4 Update bagofwords.cpp 8 years ago
Tomi 9564531ec8 features2d: Added missing SimpleBlob parameters 9 years ago
Maksim Shabunin 1e667de1f3 HAL math interfaces: fastAtan2, magnitude, sqrt, invSqrt, log, exp 9 years ago
Han Hu e646f9d2f1 Fix subpixel problem of akaze. 9 years ago
Julien Nabet a29c814bd8 cppcheck: fix some reports 9 years ago
Ivar Clemens 3287ab386c Fixed typo in BRISK feature detector. 9 years ago
mvukad 695e33b25b Fix missing format when writing Algorithm-based objects 9 years ago
Balint Cristian f819323296 Fix AGAST keypoint declared size. 9 years ago
Krishnaraj Bhat 9b8013d193 gcc6: fix misleading indentation warning 9 years ago
Patrick Snape 05cfe28612 Fix parsing of training vecs for FlannBasedMatcher 9 years ago
Patrick Snape 2f5ea3437e Update indentation to match rest of file 9 years ago
Alexander Alekhin 3d85e7ac0d features2d agast: clear in/out keypoints container 9 years ago
Maksim Shabunin 84f37d352f HAL moved back to core 9 years ago
Balint Cristian 0087c57e0d Fix KAZE/AKAZE descriptors to use angle instead radians. 9 years ago
Dominik Kleiser 0c471515fd use float for CV_PI 9 years ago
Dominik Kleiser c7cb028035 use floats for the calculation 9 years ago
Dominik Kleiser 767bae44ae Fix the unit of angle for AKaze/Kaze KeyPoints 9 years ago
askourik fedf064088 removing code duplicates and replace unsigned long by uint32_t 9 years ago
askourik b3e8c65e5e removed code duplication for non-intel platforms 9 years ago
askourik 4cf7ddfd87 Added new function definition in AGAST module header for tree-optimized version 9 years ago
askourik ae66ce9d22 Add treelookups for nonintel 9 years ago
berak 0baf0bdc24 AKAZE: check channels instead of type in detectAndCompute 9 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 9 years ago
Pavel Vlasov e837d69f8f IPPInitSingelton was added to contain IPP related global variables; 9 years ago
Balint Cristian fdbed4a473 Speedup AGAST nonmax-suppression. 9 years ago
Alexander Alekhin 7213e5f68a ocl: correct disabling of OpenCL code 9 years ago
Maksim Shabunin 771af4f32d Some changes to support mingw-w64 9 years ago