3578 Commits (0d01b97b75f8ffd36f07df3a0a6f958682848211)

Author SHA1 Message Date
Alexander Alekhin 86b55b3923 core: eliminate CV_ELEM_SIZE() 8 years ago
Alexander Alekhin 7e12c879c2 core: extend traits::Type / traits::Depth for compatible types 8 years ago
Alexander Alekhin 72f789bf34 core: fix type traits 8 years ago
Boris Fomitchev dde04d5d3e Addressing CUDA9 shfl deprecation 8 years ago
Maarten de Vries 3571e8f263 Restrict std::initializer_list constructors to arithmetic types. 8 years ago
Tomoaki Teshima 6531fd142c fix build error on Jetson TK1 8 years ago
KUANG Fangjun 11fa0094ff Improve the documentation. 8 years ago
Zoltán Mizsei 6258ff36bc Haiku build fix 8 years ago
Wu Zhiwen da3da84a20 ocl: Add a function to unload a run-time cached program 8 years ago
Alexander Alekhin b18983a005 test(hal): properly dispatch FP16 test 8 years ago
Boris Fomitchev c48807c383 Merge pull request #9418 from borisfom:cuda9 8 years ago
Ricardo Ribalda Delgado 6fc5697950 ocl: Fix OpenCL library detection in Linux 8 years ago
Pavel Vlasov a57718e1ac ICV2017u3 package update; 8 years ago
KUANG Fangjun 97ec91ad67 fix cv::CommandLineParser. 8 years ago
Boris Fomitchev 76f7fb5231 Extending CPU dispatch to the tests; fixing a typo 8 years ago
KUANG Fangjun 336996152a Improve the documentation. 8 years ago
Alexander Alekhin b6949c5088 cmake: CMP0022 NEW 8 years ago
Alexander Alekhin 71e1889825 core: fix memcpy with zero size 8 years ago
Rostislav Vasilikhin 66b0651607 Merge pull request #9329 from savuor:softfloat_sincos 8 years ago
Alexander Alekhin ca9a88785e core(build): fix compilation of parallel.cpp (OpenMP configuration) 8 years ago
Alex Zatsman e2bfd1a036 Changed NORM_RELATIVE_INF, NORM_RELATIVE_L1 and NORM_RELATIVE_L2 to 8 years ago
Philipp Hasper 2c7a15b195 Clarified documentation cv::RotatedRect::points 8 years ago
Alexander Alekhin 0ebabe17df core: fix flag processing for nested regions in cv::parallel_for_() 8 years ago
Dmitry Kurtaev 41519d3ac0 Fixed some OpenCL interface bugs 8 years ago
Vladislav Sovrasov 9a10bdbae5 core: use new assert in matmul.cpp 8 years ago
KUANG, Fangjun 4bbe67451d fix some typos in the documentation. 8 years ago
Vladislav Sovrasov 5e68b28ad3 core: fix file not closed when exception in FS 8 years ago
Vladislav Sovrasov aa54acd54d core: add a test to reproduce #9312 8 years ago
Alexander Alekhin 4af3ca4e4d OpenCV version++ 8 years ago
Alexander Alekhin 9ca39821c8 core: divUp function 8 years ago
Vladislav Sovrasov 5375a77f84 core: add multi-argument CV_Assert 8 years ago
Alexander Alekhin 321c0ec533 core: empty() for Rect/Size templates 8 years ago
Alexander Alekhin 16fb74425e ocl: fix program cache key 8 years ago
Alexander Alekhin e58a778bd5 core(stat): disable IPP optimization in meanStdDev (cn > 1) 8 years ago
Tomoaki Teshima 1c49796e8e guad for CUDA correctly 8 years ago
Suleyman TURKMEN 89480801b8 some improvements on tutorials 8 years ago
Alexander Alekhin b46e741c95 core(alloc): drop unused code, use memalign() functions instead of hacks 8 years ago
Alexander Alekhin d35422b523 core(tls): hide assertions from Thread Sanitizer 8 years ago
Alexander Alekhin 68ef903a7c core(tls): don't use tlsSlots without synchronization 8 years ago
Alexander Alekhin bf0173bf38 ts: update valgrind suppressions 8 years ago
dkurt 583b327523 Fix JSON booleans without quotes 8 years ago
dkurt 3515f6ec33 Missed NAMED bit of JSON nodes tag 8 years ago
Alexander Alekhin 602f047fe8 build: replace WIN32 => _WIN32 8 years ago
Alexander Alekhin 7f3eea6325 core: fix Mat/UMat cleanup on exceptions in deallocate() 8 years ago
Alexander Alekhin 544eb4be1f IPP: update minMaxIdx, disable some AVX optimizations with mask 8 years ago
Alexander Alekhin d9e092325b test: regression test for IPP minMaxIdx problem 8 years ago
Alexander Alekhin ec7ce81401 core: fix FileStorage format detection in case of .gz archives 8 years ago
Alexander Alekhin 5bc291937f test: FileStorage format regression test 8 years ago
Tomoaki Teshima 71496e3be4 fix build error on Visual Studio 2012 8 years ago
Tomoaki Teshima e63d628677 remove some rand functions 8 years ago