3238 Commits (9aaf6a66a347201ede8ad816dc42c66aa6e884f6)

Author SHA1 Message Date
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
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
Fangjun KUANG ff31d069d0 avoid allocating memory for string with a length of zero. 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
Maksim Shabunin 4d62f1de1e Added javadoc generation 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
Julian Exner 46af07575e Add test case for cv::Mat::forEach 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 1e6ce1d2f8 core(mathfuncs_core): cpu optimization dispatched 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 03c4c37969 fix issue 8189. 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
Woody Chow c370cc10e9 Optimize normL2Sqr_ with AVX2 8 years ago
Woody Chow a8763c1fec Optimize exp32f with AVX2 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
hailong-wang 207218e920 Fix the bug of Mat_<>::opeartor [] 8 years ago
Fangjun KUANG 31cc519cd3 fix typos. 8 years ago
Fangjun KUANG 3c15913f53 Impove the documentation for Mat::diag 8 years ago