854 Commits (c61f4e8863a56ff435f279f9575e41fbeec68f1a)

Author SHA1 Message Date
Juan Pablo Aveggio ba5f9d68c4 Update bagofwords.cpp 8 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
Jason von Nieda f4b502dd03 Adds supports for the majority of features2d to the Java wrappers: 9 years ago
Vladislav Sovrasov e4fed417d2 Add segmentation and object tracking python tests 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 7cb78451d1 Backported several changes from master branch: 9 years ago
Alexander Alekhin 323e24e3ef change links from samples/python2 to samples/python 9 years ago
Maksim Shabunin 84f37d352f HAL moved back to core 9 years ago
Maksim Shabunin 2cda78ffac Valgrind: fixed uninitialized image usage in descriptors regression tests 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 cc5a1d612e added comments and test perl examples for agast tree 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 7392ce0a81 Added some documentation for MSER 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
Ilya Lavrenov 7e4e8921bc fixed memory leak in descriptor regression tests 9 years ago
Ilya Lavrenov 6dcd455ac4 fixed memory leaks in modules/features2d/test/test_nearestneighbors.cpp 9 years ago
Roman Donchenko 3231c2f995 NearestNeighborTest: use ts->get_rng() instead of (implicit) theRNG() 9 years ago
Ilya Lavrenov 69c50e0181 fixed typo 9 years ago
Alexander Alekhin 7213e5f68a ocl: correct disabling of OpenCL code 9 years ago
Ilya Lavrenov cf0f47f589 fixed memory leak in descriptor regression tests 9 years ago
Ilya Lavrenov f7d36bbad5 fixed memory leaks in modules/features2d/test/test_nearestneighbors.cpp 9 years ago
Ilya Lavrenov e390c8c728 fixed typo 9 years ago
Roman Donchenko ec0508269a NearestNeighborTest: use ts->get_rng() instead of (implicit) theRNG() 9 years ago
Maksim Shabunin 771af4f32d Some changes to support mingw-w64 9 years ago
Ilya Lavrenov dc441f50cd fixed memory leak in descriptor regression tests 9 years ago
Ilya Lavrenov be499b42d9 fixed memory leaks in modules/features2d/test/test_nearestneighbors.cpp 9 years ago
Ilya Lavrenov 370d1ff21a fixed typo 9 years ago
Roman Donchenko 1245cd1752 NearestNeighborTest: use ts->get_rng() instead of (implicit) theRNG() 9 years ago
Roman Donchenko 72ddeea479 FREAK: add missing field initialization 9 years ago
Evgeny Agafonchikov 6a6d58d389 Adding test support for WINRT 10 years ago
Maksim Shabunin fef7509eed NumpyAllocator: check reference count before actual release, revert flann changes 10 years ago
Maksim Shabunin 26d9a7cd40 Trying to fix flann python wrapper issue 10 years ago
Niklas Frisk 8138e26163 Fixes #3910, flags in _prepareImgAndDrawKeypoints are now binary OR'ed instead of added. 10 years ago