83 Commits (f40707dc6852ed92b0a370a479cd6fa7c4702f29)

Author SHA1 Message Date
Maksim Shabunin 41678fe3d3 Fixed checkMasks in DescriptorMatcher with train descs in UMats 4 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 6 years ago
Hamdi Sahloul 03b3be0f51 MSVC: Slience external/meaningless warnings 6 years ago
Alexander Alekhin 6b581c4e51 build: unreachable code after CV_Error() (part 2) 7 years ago
Alexander Alekhin 0ed3209b00 ocl: avoid unnecessary loading/initializing OpenCL subsystem 7 years ago
Vladislav Vinogradov 26fe8bd4f2 made flann dependency for features2d optional 7 years ago
berak da208216ee features2d: fix BFMatcher.radiusMatch with HAMMING2 7 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
mvukad 695e33b25b Fix missing format when writing Algorithm-based objects 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
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 9 years ago
Alexander Alekhin 7213e5f68a ocl: correct disabling of OpenCL code 9 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
ippei ito cd42e38013 FlannBasedMatcher(LshIndex) in the feature2d optimization for continuance additional train() 10 years ago
Yan Wang 75277bb770 Remove unnecessary global/local dim for radius match. 10 years ago
vbystricky 3787388eac Optimize OpenCL version of BFMatcher 10 years ago
Pavel Vlasov 45958eaabc Implementation detector and selector for IPP and OpenCL; 10 years ago
E Braun d82b918a7b fix for bug 3172 10 years ago
E Braun bdb82d181f fix for bug 3172 10 years ago
Vadim Pisarevsky 31df47b6ea moved nonfree and a part of features2d to opencv_contrib/xfeatures2d 10 years ago
Alexander Alekhin 55188fe991 world fix 11 years ago
Alexander Alekhin e6cc1be7e8 stitching: allow to use dynamic DescriptorMatcher 11 years ago
Alexander Alekhin 89e3e448f5 features2d: workaround for 'utrainDescCollection' issue (PR #2142) 11 years ago
Ilya Lavrenov 6ad7b64912 some more changes 11 years ago
Ilya Lavrenov f74ef644bc changed the signature of add method according to the base class 11 years ago
Konstantin Matskevich f44334285b features2d 11 years ago
Ilya Lavrenov e559256719 added cv::GFTTDetector 11 years ago
Konstantin Matskevich 2f8c29a1f0 removed unnecessary functions and variables 11 years ago
Konstantin Matskevich 3b7683e72f fixed docs 11 years ago
Konstantin Matskevich ca5689e0db BFMatcher 11 years ago
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 11 years ago
Roman Donchenko 1eacb485c5 Boring changes - features2d. 11 years ago
Brian McKinnon 36745a80c3 Added #include <limits> to files that were missing it. 12 years ago
Andrey Kamaev c98c246fc2 Move border type constants and Moments class to core module 12 years ago
Andrey Kamaev 517062039e Make core/internal.hpp a private header 12 years ago
Andrey Kamaev be7bbe3aa9 Drop cv:: prefix from cv::String used inside the cv namespace 12 years ago
Andrey Kamaev 762aefd71b Compile opencv_test_core with cv::String instead of std::string 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
Anatoly Baksheev a09b973c2e Smart operators for smart Ptr (feature #2637) 12 years ago
Andrey Kamaev 9944282b09 Fix build with STLPort from NDK r8d 12 years ago
Anatoly Baksheev 94c310fc14 added Ptr::operator== 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Andrey Kamaev 36fe62d7a5 #2245 Fix BFMatcher::radiusMatchImpl witch Hamming distance (thanks to Jukka Holappa) 13 years ago
Andrey Kamaev e900952b87 quiet most of the OSX build warnings 13 years ago