95 Commits (af9be78eadeb7926e059de45b6a0fa04413e22a0)

Author SHA1 Message Date
Yuantao Feng a308dfca98
core: add broadcast (#23965) 1 year ago
fengyuentau 34a0897f90 add cv::flipND; support onnx slice with negative steps via cv::flipND 2 years ago
Maksim Shabunin 593996216f cartToPolar/polarToCart: disable inplace mode 3 years ago
rogday e16cb8b4a2
Merge pull request #21703 from rogday:transpose 3 years ago
rogday 692059e899 initialize members 3 years ago
rogday f044037ec5
Merge pull request #20733 from rogday:argmaxnd 3 years ago
Vincent Rabaud c8268e65fd Fix potential NaN in cv::norm. 4 years ago
Alexander Alekhin 8069a6b4f8 core(IPP): disable some ippsMagnitude_32f calls 4 years ago
shimat ee4feb4b09 Merge pull request #16208 from shimat:fix_compare_16f 5 years ago
Alexander Alekhin 96ee83898d core(test): extend divideByZero test 6 years ago
maver1 e397434cb6 Merge pull request #12877 from maver1:3.4 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
Vitaly Tuzov 1ff11c84ab Fixed meanStdDev() implementation for the case input matrix has more than 4 channels 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 f2e1710dd5 core(test): regression test for 12121 7 years ago
Maksim Shabunin 1165fdd0f5 Added more strict checks for empty inputs to compare, meanStdDev and RNG::fill 7 years ago
Vadim Pisarevsky 051b40f956
a part of PR #11364 (extended findNonZero & PSNR) (#11837) 7 years ago
yuki takehara 4934f7c5a4 Merge pull request #11285 from take1014:core_6125 7 years ago
Alexander Alekhin dfa04a11bb core: norm with mask 16UC3 regression test 7 years ago
Vitaly Tuzov ccd16f107d Fixed IPP based implementation of setTo() for infinity value 7 years ago
Alexander Alekhin 4a297a2443 ts: refactor OpenCV tests 7 years ago
elenagvo cd1c8693d8 HAL for minMaxIdx 7 years ago
Tomoaki Teshima ca1a0a1108 core: remove raw SSE2/NEON implementation from convert.cpp (#9831) 7 years ago
Christof Kaufmann 7ec59fc097 Revert changes of mean and meanStdDev 7 years ago
Christof Kaufmann 46a668c565 Add multi-channel mask support to mean, meanStdDev and setTo 8 years ago
Alexander Alekhin d9e092325b test: regression test for IPP minMaxIdx problem 8 years ago
Vladislav Sovrasov 35a1ecef2a core: fix infinite recursion in compare 8 years ago
Vadim Pisarevsky 4eda8efd42 resolves https://github.com/opencv/opencv/issues/7792 8 years ago
Alexander Alekhin dbbbad40fb build: eliminate ICC warnings 8 years ago
Alexander Alekhin 79857f1e38 test: fix Core_ArithmMask.uninitialized test 8 years ago
Alexander Alekhin 5032dae9ed test: refactor test to capture more information on failure 8 years ago
Rostislav Vasilikhin b28d13430c fixed http://code.opencv.org/issues/3828 9 years ago
Tomoaki Teshima 891c83ff35 fix build error 9 years ago
Tomoaki Teshima 70dcd107d0 follow the comment 9 years ago
Tomoaki Teshima 4423a5edad fix build error 9 years ago
Ilya Lavrenov 71cbd6f02e fixed bug #5775 9 years ago
Ilya Lavrenov c4b57d0ded disable ippiMinMaxIndx_32f_C1R usage since it crashes on Nans 9 years ago
Tomoaki Teshima eccf2fa4c3 follow other interface 9 years ago
Tomoaki Teshima b2ad7cd9c0 add feature to convert FP32(float) to FP16(half) 9 years ago
Alexander Alekhin 17e4d33b0e added regression test for #5876 9 years ago
Gleb Gladilov 2bc4486966 Added test of minMaxLoc on filling with maximums of int 10 years ago
Gleb Gladilov 07de67c32f Added test of minMaxLoc on filling with maximums of int 10 years ago
Vadim Pisarevsky 135fa85e8f added vector<bool> support (http://code.opencv.org/issues/3826) 10 years ago
Vadim Pisarevsky d8f360316d fixed http://code.opencv.org/issues/3828, added test. thanks to berak for the patch 10 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago
Vladislav Vinogradov 77275031ab finally fix cv::subtract 11 years ago
Vladislav Vinogradov 942401de16 fix output matrix allocation in cv::subtract(cherry picked from commit 629461c836) 11 years ago
Vladislav Vinogradov 629461c836 fix output matrix allocation in cv::subtract 11 years ago