3361 Commits (d25cbaaba8f78699707960738e8e02787ae7fb4b)

Author SHA1 Message Date
Vladislav Sovrasov 4f9871817a core: forbid handling of the case when src=dst in cv::repeat 8 years ago
James Clarke 25020f2672 fast_math.hpp: Use __asm__ rather than asm; fixes including with -std=c99 8 years ago
Dmitry Kurtaev 16368a275b cmake: add Halide support (#8794) 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
Alexander Alekhin 9067310166 core(test): added cv::sortIdx accuracy tests 8 years ago
abratchik 037d8fbdcd Refactor OpenCV Java Wrapping 8 years ago
Rostislav Vasilikhin 939c8e8a99 float constant replaced by int hex representations 8 years ago
Rostislav Vasilikhin 29593635ed licence updated 8 years ago
Alexander Alekhin e23b59da5c build: fix v_reduce_sum4 (requires SSE3) 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 781515c514 build: fix "ambiguous call" (MSVS2010) 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
catree 542cdb2c39 Improve solvePnP doc, add assert >= 4 in solvePnP, escape underscore character for Scalar_ documentation. 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
mschoeneck 4a4d94f266 Merge pull request #8694 from mschoeneck:Canny 8 years ago
Matthias Grundmann cf4e9e5ce2 Update matrix.cpp 8 years ago
krishraghuram 9ea2f5211e Correct the existing documented T-API functions to match the doxygen format (#8758) 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 c5e9d1adae macro for static analysis tools 8 years ago
Vladislav Sovrasov 2c2b1405a3 Add test for Mat_::release() 8 years ago
cDc 003745432f fix Mat_ release #8680 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
André Mewes 70e6391f38 create homogeneous affine matrix when constructing from 4x3 cv::Mat 8 years ago
Robert Bragg 8f5ea7deda core: avoid clash with _N define from ctype.h in headers 8 years ago
Vitaly Tuzov 2492c299f3 Extended set of existing performance test to OpenVX HAL suitable execution modes 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
Peter Würtz 4c095a76c0 Add docstring for UMat::handle 8 years ago
Tomoaki Teshima 0f5aaade61 fix test error on VS2012 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
Alexander Alekhin dd304dbe05 test: fix min/max name mismatching 8 years ago
Yuriy Solovyov 26ccc09c46 Fix zlib issue on iOS 8 years ago