1263 Commits (bbb14d3746232a2c5e93c87e648f5fdfb9bad604)

Author SHA1 Message Date
Vadim Pisarevsky 8b3d6603d5 another round of dnn optimization (#9011) 8 years ago
Alexander Alekhin f8a75c4361 dispatch: added CV_TRY_${OPT} macro, fix dnn build 8 years ago
Maksim Shabunin 32d4af36e2 Fixing some static analysis issues 8 years ago
Alexander Alekhin 006966e629 trace: initial support for code trace 8 years ago
James Clarke 25020f2672 fast_math.hpp: Use __asm__ rather than asm; fixes including with -std=c99 8 years ago
Alexander Alekhin 3e3e2dd512 android: make optional "cpufeatures", build fixes for NDK r15 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
Alexander Alekhin 71517a910a build: fix errors for MSVS2010-2013, reduce default softfloat scope 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
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
krishraghuram 9ea2f5211e Correct the existing documented T-API functions to match the doxygen format (#8758) 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
cDc 003745432f fix Mat_ release #8680 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
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
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
Vitaly Tuzov 9dc36a1ece Tuned restrictions for Canny, Warp, FAST, Accumulate and Convolution OpenVX HAL calls on small images 8 years ago
Vitaly Tuzov 87bb74312b Disabled vxuConvolution call for Sobel, GaussianBlur and Box filter evaluation 8 years ago
Matthias Grundmann fce7469961 Update utility.hpp 8 years ago
Fangjun KUANG 4065778255 fix typos. 8 years ago
Vitaly Tuzov 0f1a56da7c Changed restrictions for OpenVX HAL calls on small images 8 years ago
jveitchmichaelis 8f19363c07 Update documentation for getCudaEnabledDeviceCount 8 years ago
nnorwitz 24e8cd1a78 Use %% for inline assembly rather than % so this compiles with clang. 8 years ago
Vitaly Tuzov bf62dca45a Extended restrictions for OpenVX HAL calls on small images 8 years ago
Vitaly Tuzov bf5b7843e8 Extended set of OpenVX HAL calls disabled for small images 8 years ago
Alexander Alekhin e5d9b608c4 cmake: fix fp16 support 8 years ago
Sergiu Deitsch 4f31759965 prevent copying in cv::Mat_<T> move assignment 8 years ago
Tomoaki Teshima 507071cc6f suppress warnings on Jetson TK1 8 years ago
berak 3e0b63f65b fix comment in optim.hpp 8 years ago
jexner b45e784beb Fix segmentation fault in cv::Mat::forEach 8 years ago
Fangjun KUANG da94d85789 add more info to the error code. 8 years ago
Fangjun KUANG f82d64c6e5 Add more info to the error code. 8 years ago
Alexander Alekhin 17e5e4cd5a core: CPU target dispatcher update 8 years ago
Fangjun KUANG 94521629ab fix issue 8411. 8 years ago
KUANG, Fangjun eae1ebfd29 fix issue 8411. 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
Naba Kumar cdcf44b3ef Expose BufferPool class for external use also 8 years ago
Hamdi Sahloul 171e705ba4 Fixes the constructor of 1x14, 2x7, 7x2 or 14x1 matrix 8 years ago
Fangjun KUANG 3ad6d13ff3 Fix an error in the documentation. 8 years ago