780 Commits (f4c9bc8bc4d10812172b1b4805cad32e63b0a97e)

Author SHA1 Message Date
Balint Cristian fdbed4a473 Speedup AGAST nonmax-suppression. 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
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
Vadim Pisarevsky af47b6551f another attempt to make the MSER test pass. removed possible randomization in parameters from run to run 10 years ago
Vadim Pisarevsky 4c67ae1a0b fixed failure in Features2d_MSER.cases 10 years ago
Vadim Pisarevsky dab78c26b1 added reasonable test for MSER (including coverage for http://code.opencv.org/issues/4273, http://code.opencv.org/issues/1723 and http://code.opencv.org/issues/756); also, added some "in-progress" info to the Features2d_Feature2d.no_crash test. 10 years ago
Vadim Pisarevsky fede94e979 it's now true MSER algorithm that works well on binary images too 10 years ago
Vadim Pisarevsky b5a7122855 added test to do smoke testing of ORB, KAZE, AKAZE and BRISK on images of different size 10 years ago
Vadim Pisarevsky fc06a2384b added test for batch detection/descriptor extraction (http://code.opencv.org/issues/3943) 10 years ago
Vadim Pisarevsky 432cf1152a added read/write functions for vector<DMatch> + the test (http://code.opencv.org/issues/4308) 10 years ago
laurentBerger 3a53e726dd example BLOB_MSER and fixed bug in blobdetector 10 years ago
cbalint13 fb56d5c482 Squash all BRISK commits into one. 10 years ago
cbalint13 2c6114f58d Force newer build over buildbot. 10 years ago
cbalint13 8ba1ec22e4 Force buildbot to rebuild. 10 years ago
cbalint13 f426778160 Force buildbot rebuild. 10 years ago
cbalint13 9b87c22e01 Fix bugs in non-max suppression routine. 10 years ago
cbalint13 bbdf21679f Leave AGAST at thresold=10, cosmetic for perf tests. 10 years ago
cbalint13 e2f74309f7 Default AGAST threshold is 40 (as authors recomandation) 10 years ago
cbalint13 0ec5561b4e Adjust AGAST perftest to be at parity (better) with FAST ones. 10 years ago
Vadim Pisarevsky ee11a2d266 fully implemented SSE and NEON cases of intrin.hpp; extended the HAL with some basic math functions 10 years ago
cbalint13 dee3a4b528 Add missing opencv_contrib PR #202 patch. 10 years ago
cbalint13 26997f32c6 Fix BRISK detector&descriptor using proper AGAST. 10 years ago
Maksim Shabunin 35b2139929 Basic HAL module 10 years ago
Nils Plath 32d56c6b43 Fixed: wrong conversion of float-based Mat input inside the AKAZE. 10 years ago
Ilya Lavrenov cf4c79ebdd disabled some kernels for Android && NVidia 10 years ago
Maksim Shabunin 37c74e38f4 Python support 10 years ago
Maksim Shabunin 457123027e Modified java wrapping mechanism 10 years ago
Vladislav Vinogradov cda6fed41f move tegra namespace out of cv to prevent conflicts 10 years ago
Vladislav Vinogradov 44e41baffe use new functions before all tegra:: calls 10 years ago
exeltior b51805e245 Update mser.cpp 10 years ago
Vladislav Vinogradov c120001178 fix -Wsign-compare warnings 10 years ago
berak fd60e98c5b fixes for latest changes in opencv3.0 api 10 years ago
Yan Wang 75277bb770 Remove unnecessary global/local dim for radius match. 10 years ago
Maksim Shabunin d01bedbc61 Removed Sphinx documentation files 10 years ago
orestis fffe2464cd Change DescriptorExtractor_ORB regression test 10 years ago
Yan Wang 2df606f098 Use sincos instead of sin and cos. 10 years ago
Yan Wang 1c9f956b88 Remove unnecesary operations and calculations in loop body. 10 years ago
Maksim Shabunin 03e213ccae Doxygen documentation: BiB references and fixes 10 years ago
Maksim Shabunin 1523fdcc1c Doxygen documentation: more fixes and cleanups 10 years ago
Maksim Shabunin c5a698fb54 Doxygen documentation: calib3d and features2d modules 10 years ago
Vadim Pisarevsky dcee883961 fixed MSVC warnings and iOS framework compile error 10 years ago
Vadim Pisarevsky d2b9dc5530 quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val) 10 years ago
vbystricky 3787388eac Optimize OpenCL version of BFMatcher 10 years ago