1820 Commits (de977cc9c836dd954bc0a737b5aa80621a4f9c72)

Author SHA1 Message Date
Vladislav Sovrasov 5375a77f84 core: add multi-argument CV_Assert 7 years ago
Alexander Alekhin 321c0ec533 core: empty() for Rect/Size templates 7 years ago
Tomoaki Teshima 1c49796e8e guad for CUDA correctly 7 years ago
Suleyman TURKMEN 89480801b8 some improvements on tutorials 7 years ago
Alexander Alekhin d35422b523 core(tls): hide assertions from Thread Sanitizer 7 years ago
Alexander Alekhin 602f047fe8 build: replace WIN32 => _WIN32 7 years ago
Alexander Alekhin 5bc291937f test: FileStorage format regression test 7 years ago
Tomoaki Teshima 71496e3be4 fix build error on Visual Studio 2012 7 years ago
Alexander Alekhin e8357c0544 build: added DEBUG build guard 7 years ago
Alexander Alekhin acc8589083 core: clarify documentation of cv::Mat::deallocate() method 7 years ago
Vladislav Sovrasov e5fbb4f5d2 Merge pull request #9034 from sovrasov:mats_from_initializer_list 7 years ago
Alexander Alekhin 95a438d233 OpenCV version '-cvsdk' 7 years ago
Alexander Alekhin f448d75aa8 build: added DEBUG build guard 7 years ago
Alexander Alekhin 5ebfb52a4a ipp(minmaxIdx): disable SSE4.2 optimizations for 32f datatype 7 years ago
PkLab.net 6dd9e18b2e add std::string overload for cv::read() 7 years ago
Alexander Alekhin e7cc2eea1d build: fix unused variable warning for vzeroupper guard 7 years ago
Pascal Thomet 309c962169 core/bufferpool.hpp: let msvc accept a non virtual protected destructor 7 years ago
Alexander Alekhin da8dbf6cf5 ocl: async cl_buffer cleanup queue (for event callback) 8 years ago
Tomoaki Teshima e7d5dbfec0 dispatch accumulate series 8 years ago
Piotr Semenov c5b5d5c8d3 Fix. Now cv::Rect() is the identity under cv::Rect::operator| operation 8 years ago
Vladislav Sovrasov 2a2a1dc5b4 Get rid of OPENCV_NOSTL definition 8 years ago
Tony Lian c8783f3e23 Merge pull request #9075 from TonyLianLong:master 8 years ago
Alexander Alekhin 1b8d363231 version 3.3.0-rc 8 years ago
Vladislav Sovrasov 267fdc4c91 Add a note about cxx11 range-based loop in Mat_ documentation 8 years ago
Alexander Alekhin b66c349bba core(stat): add required CV_AVX_GUARD 8 years ago
Sadika Sumanapala 40e1f2fc03 Fix style 8 years ago
Maksim Shabunin e0393f8557 Fixed some issues found by static analysis (4th round) 8 years ago
Alexander Alekhin b9a2d7b600 build: remove #define to prevent unexpected impact on user applications 8 years ago
Vladislav Sovrasov 08db55fb62 core: add CV_CXX_11 flag to cvdef.h 8 years ago
Vladislav Sovrasov 3c748ccf10 core: add an ability to use cxx11 lambda as a parallel_for_ body 8 years ago
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