3172 Commits (cf4e9e5ce2d0a709eb7fd8b84fd70bf44a25bb8c)

Author SHA1 Message Date
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
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
Matthias Grundmann fce7469961 Update utility.hpp 8 years ago
Fangjun KUANG 4065778255 fix typos. 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
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