701 Commits (6fc6207e9315b0d634b0c532516fba3f9ccbba20)

Author SHA1 Message Date
Vitaly Tuzov 1220dd4877 Updated v_popcount description, reference implementation and test. 6 years ago
Vitaly Tuzov 18d10d6b86 Fixed v_reduce_sad intrinsics implementation and added tests 6 years ago
Alexander Alekhin 44bd849697 build: reduce usage of constexpr 6 years ago
Ryan Wong 8af96248bf Merge pull request #13909 from kinchungwong:logging_20190220 6 years ago
Alexander Alekhin d6b82dcd65
Merge pull request #14162 from alalek:eliminate_coverity_scan_issues 6 years ago
Alexander Alekhin 93a402d0f2 core: fix Core_EigenNonSymmetric.convergence test 6 years ago
Alexander Alekhin a7c4ee9ae1 core: add iterations limit check in eigenNonSymmetric() 6 years ago
Alexander Alekhin 7366eebebb core: fix condition in OutputArray::create(allowTransposed=True) 6 years ago
berak 20afae5a14 core: fix mat matx multiplication 6 years ago
Maksim Shabunin ea3dc78986 Fixed warnings produced by clang-9.0.0 6 years ago
Alexander Alekhin dc5e69b4d4 Revert "Merge pull request #13586 from eightco:Core_bugfix3" 6 years ago
Lee Jaehwan 3721c8bb06 Merge pull request #13586 from eightco:Core_bugfix3 6 years ago
Lee Jaehwan 71aee662bd Merge pull request #13544 from eightco:bugfix 6 years ago
Vitaly Tuzov cd169941f2 Added test for addition of Mat and Matx 6 years ago
Alexander Alekhin f605898bae core: fix eigen2cv() - don't change fixed type of 'dst' 6 years ago
1over b6367f5821 fixed operator- for Rect 6 years ago
Alexander Alekhin 2fa9bd221d core: add utils::findDataFile() / samples::findFile() 6 years ago
Dmitry Kurtaev 6c76c8f881 Add a test for FileNode::keys() 6 years ago
Dmitry Kurtaev a7f30391d0 Add FileNode::keys() missed during refactoring 6 years ago
Alexander Alekhin 96ee83898d core(test): extend divideByZero test 6 years ago
Matt Bennett 10e1c2b3cd Merge pull request #11935 from mattmyne:filestorage_matx 6 years ago
Alexander Alekhin 5059523937 core: fix processing of vector-rows 6 years ago
Vadim Pisarevsky 0f622206e4
completely new C++ persistence implementation (#13011) 6 years ago
Sayed Adel 93ffebc273 core: reimplement SIMD arithmetic, logic and comparison operations into wide universal intrinsics 6 years ago
maver1 e397434cb6 Merge pull request #12877 from maver1:3.4 6 years ago
Michał Janiszewski c8e6ce304f Catch exceptions by const-reference 6 years ago
Alexander Alekhin 954536073d core: update solveLP() interface 6 years ago
Alexander Alekhin 09cb329d73 core(test): zero values divide test (4.0+) 6 years ago
Alexander Alekhin 5677a683a5 core(test): zero values divide test (3.x) 6 years ago
Sayed Adel 5771fd693d Change behaviour of 16-bit multiply operator 6 years ago
Vitaly Tuzov 1ff11c84ab Fixed meanStdDev() implementation for the case input matrix has more than 4 channels 6 years ago
Alexander Alekhin 48e8e76a34 fix build warnings 6 years ago
Dmitry Kurtaev 24ab751547 Merge pull request #12565 from dkurt:dnn_non_intel_gpu 6 years ago
Maksim Shabunin e0f524d3b7 Fixed several incorrect printf format specifiers 6 years ago
Pavel Rojtberg d1c842cf29 core: fix printf warnings by using c++11 format 6 years ago
Hamdi Sahloul ef5579dc86 Merge pull request #12310 from cv3d:chunks/enum_interface 6 years ago
Alexander Alekhin b80c978f5d core: change cv::Ptr DefaultDeleter 6 years ago
Vitaly Tuzov 2f929376ec Fixed meanStdDev() implementation for the case input matrix has more than 4 channels 6 years ago
Vadim Pisarevsky 6d7f5871db
added basic support for CV_16F (the new datatype etc.) (#12463) 6 years ago
Alexander Alekhin df8b057b44 avoid `Ptr<> == NULL` checks 6 years ago
Alexander Alekhin 64b3c1e691 core(test): update cv::Ptr tests 6 years ago
Hamdi Sahloul a39e0daacf Utilize CV_UNUSED macro 6 years ago
Vadim Pisarevsky 80b62a41c6 Merge pull request #12411 from vpisarev:wide_convert 6 years ago
Alexander Alekhin 8a3c394d6a don't use constructors for C API structures 6 years ago
Alexander Alekhin a0f86479e0 core: wrap custom types via _RawArray (raw() call) 6 years ago
Alexander Alekhin 70a27c7dd6 core: add solveLP type checks for output 6 years ago
Jakub Golinowski 9f1218b00b Merge pull request #11897 from Jakub-Golinowski:hpx_backend 6 years ago
Alexander Alekhin e86287d8ae cleanup: IPP Async (IPP_A) 6 years ago
Alexander Alekhin 67d46dfc6c core(intrin): restrict FP16 operations 6 years ago
Alexander Alekhin 7453a6938a core(test): extra tests/fixes for merge/split (#12171) 6 years ago