2517 Commits (e1f14fcac70a3d36416204eb911037b73195908d)

Author SHA1 Message Date
Alexander Alekhin c45d3568ae core(stat): register dispatched code, fix build 8 years ago
Alexander Alekhin 6a6222d21c core(stat): remove useless checks 8 years ago
Alexander Alekhin 880052d3f3 core(stat): create dispatch.cpp file 8 years ago
Alexander Alekhin 85afbd409b core(stat): move implementations into .hpp file w/o changes 8 years ago
Alexander Alekhin 03c3e0edcf core(stat): stat.cpp minor refactoring 8 years ago
Maksim Shabunin 1f23202ad8 Issues found by static analysis (5th round) 8 years ago
Maksim Shabunin e0393f8557 Fixed some issues found by static analysis (4th round) 8 years ago
Maksim Shabunin a769d69a9d Fixed several issues found by static analysis 8 years ago
Vladislav Sovrasov 35a1ecef2a core: fix infinite recursion in compare 8 years ago
Maksim Shabunin 32d4af36e2 Fixing some static analysis issues 8 years ago
Alexander Alekhin 650830b9d6 build: eliminate warning 8 years ago
Rostislav Vasilikhin e63feba8e2 fixed typo 8 years ago
Alexander Alekhin 006966e629 trace: initial support for code trace 8 years ago
Vladislav Sovrasov 4f9871817a core: forbid handling of the case when src=dst in cv::repeat 8 years ago
Alexander Alekhin 3e3e2dd512 android: make optional "cpufeatures", build fixes for NDK r15 8 years ago
Alexander Alekhin d3ebe665e0 core: fix IPP optimization for sortIdx 8 years ago
Rostislav Vasilikhin 939c8e8a99 float constant replaced by int hex representations 8 years ago
Rostislav Vasilikhin 29593635ed licence updated 8 years ago
Vadim Pisarevsky fbafc700ea added v_reduce_sum4() universal intrinsic; corrected number of threads in cv::getNumThreads() in the case of GCD 8 years ago
Tomoaki Teshima 94848a3e1f suppress unreachable code warning 8 years ago
Alexander Alekhin 3dee87b697 update CPU detection on ANDROID patch 8 years ago
Maksim Shabunin f71ea4dfe9 Merge pull request #8816 from mshabunin:sprintf-fix 8 years ago
Alexander Alekhin 5c0a287ce8 build: fix warning 8 years ago
Alexander Alekhin 71517a910a build: fix errors for MSVS2010-2013, reduce default softfloat scope 8 years ago
Tomoaki Teshima e269ef96cb update convertFp16 using CV_CPU_CALL_FP16 8 years ago
Rostislav Vasilikhin c6a3a18894 SoftFloat integrated (#8668) 8 years ago
Woody Chow 6e00c7651b Use num_threads clause of #pragma omp parallel instead to avoid calling omp_set_num_threads for the entire application 8 years ago
Vitaly Tuzov 1d62a025b3 Moved size restrictions for OpenVX processed images to corresponding cpp files 8 years ago
Matthias Grundmann cf4e9e5ce2 Update matrix.cpp 8 years ago
Vadim Pisarevsky 4eda8efd42 resolves https://github.com/opencv/opencv/issues/7792 8 years ago
Tomoaki Teshima d81cdb8e1c add OpenCL version of convertFp16 and test 8 years ago
Maksim Shabunin f23b6ba652 Fixed multidimensional count non-zero IPP implementation 8 years ago
Maksim Shabunin b04ed5956e Fixed several issues found by static analysis in core module 8 years ago
Alexander Alekhin 16ea72e6b9 build: fix snprintf() usage 8 years ago
Alexander Alekhin 900c406541 core: fix threads count in pthreads 8 years ago
Ryuhei Mori bb3a416320 Fix cpu features detection on android 8 years ago
Philipp Hasper dcd8589b67 Fixed exp32f() compilation on MSVC 8 years ago
nnorwitz 256b6bb3db Don't blow out the stack. Use a smaller buffer and prevent buffer overruns with snprintf. 8 years ago
Alexander Alekhin 75f28245a8 core: fix persistence bug in RAW I/O code 8 years ago
Pavel Vlasov 11c2ffaf1c Update for IPP for OpenCV 2017u2 integration; 8 years ago
Pavel Vlasov 35c7216846 IPP for OpenCV 2017u2 initial enabling patch; 8 years ago
Vadim Pisarevsky dd54f7a22a got rid of Blob and BlobShape completely; use cv::Mat and std::vector<int> instead 8 years ago
Arnaud Brejeon 636ab095b0 Merge pull request #8535 from arnaudbrejeon:std_array 8 years ago
insoow 2922738b6d Merge pull request #8104 from insoow:master 8 years ago
Yuriy Solovyov 26ccc09c46 Fix zlib issue on iOS 8 years ago
Vitaly Tuzov bf5b7843e8 Extended set of OpenVX HAL calls disabled for small images 8 years ago
Alexander Alekhin 1e6ce1d2f8 core(mathfuncs_core): cpu optimization dispatched code 8 years ago
KUANG, Fangjun 03c4c37969 fix issue 8189. 8 years ago
Naba Kumar 29680100ac Support for creating streams with custom allocator 8 years ago
Naba Kumar 00f3ad7217 Implement DFT as cv::Algorithm to support concurrent streams 8 years ago