1222 Commits (96f1ef1347f72eca8d82a97de50364a7b2a99101)

Author SHA1 Message Date
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
Fangjun KUANG 4065778255 fix typos. 8 years ago
nnorwitz 24e8cd1a78 Use %% for inline assembly rather than % so this compiles with clang. 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
Alexander Alekhin 17e5e4cd5a core: CPU target dispatcher update 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
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
Fangjun KUANG 95468b72f3 Fix typos in the documentation for cv::Mat. 8 years ago
Fangjun KUANG 8a679128fa Update comments for cv::InputArray. 8 years ago
Vladislav Sovrasov 931b32d102 core: add single DMatch/Keypoint I/O 8 years ago
Vladislav Sovrasov c321d025c4 Fix DMatch and Keypoint I/O in FileStorage 8 years ago
ville-v 0c1bcf354c Fix issue #8278: "CV_XADD compile errors with Embarcadero C++ Builder 10.1" 8 years ago
ville-v 1de10f9f86 Add files via upload 8 years ago
Alexander Alekhin 649bb7ac04 core: parallel_for_(): update RNG state of the main thread 8 years ago
Vitaly Tuzov 9a4b5a4545 OpenVX calls updated to use single common OpenVX context per thread 8 years ago
Alexander Alekhin ec7f74f7b4 core(TLS): add cleanup() method 8 years ago
Fangjun KUANG 526220a171 Fix typos in the documentation (#8226) 8 years ago
Fangjun KUANG b1851e2f16 Add support to print `cv::UMat`. 8 years ago
Tomoaki Teshima 64cf206fb5 optimize blend using universal intrinsic 8 years ago
Fangjun KUANG e827a5bd9e Fix an error in the demo code for cv::Mat::forEach 8 years ago
Fangjun KUANG 57ed0e57f0 Fix the documentation for Mat::diag(int). (#8199) 8 years ago
Fangjun KUANG a8a208e0fe Merge pull request #8208 from csukuangfj:complex_support 8 years ago
Fangjun KUANG 46fe74177d Fix typos. 8 years ago
Pavel Rojtberg df86f0752a add missing casts to _Tp as determinant() always returns double 8 years ago
Alexander Alekhin e16227b53c cmake: support multiple CPU targets 8 years ago
Fangjun KUANG 1e11657ba4 Merge pull request #8197 from csukuangfj/csukuangfj-patch-1 8 years ago
Alexander Alekhin 9ac9e9e29a core: fix String::end() implementation 8 years ago
Vitaly Tuzov 4950f542d1 Fix for SGBM compute() buffer allocation failure on big images 8 years ago
LaurentBerger 488eb11ba8 Add a link to MatExpr in Detailed Description of Mat 8 years ago
Pavel Vlasov a47b7a34be Adds IPP control functions to bindings export 8 years ago
Juha Reunanen f3cb5084cf Fix #8093: CV_DbgAssert that the result of area() fits in the return value 8 years ago
Tomoaki Teshima fd711219a2 use universal intrinsic in VBLAS 8 years ago
mshabunin c6c519166e Added CV_DEPRECATED macro 8 years ago
Tomoaki Teshima 8b22099da2 use universal intrinsic and SSE4 popcount instruction in normHamming 8 years ago