2517 Commits (e1f14fcac70a3d36416204eb911037b73195908d)

Author SHA1 Message Date
Alexander Alekhin b450811e4b core(logger): add log level configuration option 7 years ago
Jiri Horner 3dbf392d48 fix build with intrinsics enabled 7 years ago
Rostislav Vasilikhin bab86d65cb Merge pull request #10258 from savuor:fix/kmeans_channels 7 years ago
Tomoaki Teshima ca1a0a1108 core: remove raw SSE2/NEON implementation from convert.cpp (#9831) 7 years ago
Tomoaki Teshima 267c5a747b suppress warnings on OpenCL build 7 years ago
Alexander Alekhin 62ed6cdc74 core: fix copyTo(with mask) dst initialization 7 years ago
Alexander Alekhin 825b14278e core: fix persistence with deprecated traits 7 years ago
Vitaly Tuzov 86b128dbb3 Added implementation of softdouble rounding to int64_t 7 years ago
Maksim Shabunin 7349b8f5ce Build for embedded systems 7 years ago
Alexander Alekhin a82d2363f4 ocl: refactor Program API 7 years ago
Alexander Alekhin 13c4a02157 ocl: low-level API to support OpenCL binary programs 7 years ago
Vadim Pisarevsky 5ce38e516e Merge pull request #10223 from vpisarev:ocl_mac_fixes 7 years ago
woody.chow 611cf8d86f Use Eigen::SelfAdjointEigenSolver in cv::eigen 7 years ago
Alexander Alekhin 0595ab3eef ocl: fix usage of invalid OpenCL cache on mixed 64/32-bit platforms 7 years ago
Roman Cattaneo d381e499ea Fixes Issue #10181 7 years ago
Alexander Alekhin 0ed3209b00 ocl: avoid unnecessary loading/initializing OpenCL subsystem 7 years ago
Pavel Rojtberg 6fbf0758bc Python: wrap Algorithm::read and Algorithm::write 7 years ago
Alexander Alekhin 92b35e6758 ocl: fix null pointer access crash 7 years ago
Alexander Alekhin c38620e966 ocl: update OpenCL runtime loader 7 years ago
Alexander Alekhin b6abf0d3f9 ocl: drop obsolete cache directories after upgrade of OpenCL driver 7 years ago
Alexander Alekhin 9db5cbf9a4 dnn: sync output/internals blobs back 7 years ago
Alexander Alekhin 8e6280fc8e ocl: binary program cache 7 years ago
Alexander Alekhin b389c1cfe7 core(ocl): syntax fix 7 years ago
Tomoaki Teshima 3cbe60cca2 Merge pull request #9753 from tomoaki0705:universalMatmul 7 years ago
Maksim Shabunin 184daa155f Fixed minor issues reported by GCC 7.2 7 years ago
Alexander Alekhin 9c4f0a984f ocl: drop CV_OclDbgAssert 7 years ago
Alexander Alekhin 8fb48c09f7 ocl: improve debug information 7 years ago
Alexander Alekhin 7db612a545 core(ocl): fix parameters for 'intelblas_gemm_buffer_NT' kernel 7 years ago
Alexander Alekhin 7809c4156f core(ocl): workaround CL_OUT_OF_RESOURCES error 7 years ago
Sayed Adel def444d99f core: Several improvements to Power/VSX 7 years ago
Alexander Alekhin 734ea77c9a ocl(macosx): fix CL_INVALID_BUILD_OPTIONS for gemm programs 7 years ago
Alexander Alekhin d96cac1341 ocl: cache program build failures 7 years ago
Alexander Alekhin 185faf99bd ocl: simplify ocl::Timer interface 7 years ago
Mattia Rizzolo d026d7dcfb
Fix build for non-linux architectures but still glibc-based 7 years ago
Gregory Morse d30a0c6f03 Merge pull request #9856 from GregoryMorse:patch-1 7 years ago
Tomoaki Teshima 2a781bb616 remove raw SSE2/NEON implementation from mathfuncs.cpp 7 years ago
Alexander Alekhin b0c6bd0a5b build: resolve naming issue 7 years ago
Wu Zhiwen dbe9ee0924 ocl: simplify ocl::Timer 7 years ago
Sayed Adel d077778074 Added support for VSX 7 years ago
Alexander Alekhin 6be25727ec ocl: refactor program compilation 7 years ago
Alexander Alekhin 04b4495493 ocl: define ProgramSource before program 7 years ago
Igor Wodiany ffb9554787
Extract code from scalarToRawData 7 years ago
Igor Wodiany b638aa74d7 Fix a memory leak in the Mat copying constructor 7 years ago
pengli e340ff9c3a Merge pull request #9114 from pengli:dnn_rebase 7 years ago
Alexander Alekhin 1f18282f04 build: fix MSVS2017 warning 7 years ago
Alexander Alekhin 529632f8d0 core: cv::eigenNonSymmetric() via EigenvalueDecomposition 7 years ago
Tomoaki Teshima e187219699 use universal intrinsic in arithm.cpp 7 years ago
Deric Crago a0d7cf89f2 Fixed 'boundary' spelling 7 years ago
Alexander Alekhin 3dee92ec50 fix usage of CV_FMA3 macro 7 years ago
Rostislav Vasilikhin 945706a8e8 softfloat f64_sqrt bug fix 7 years ago