167 Commits (f3fae0dae05f6e3234d504ff14dba155f8a6b1f1)

Author SHA1 Message Date
cyy 8b48c2a10c Merge pull request #12443 from DEEPIR:master 7 years ago
Alexander Alekhin acce95f446 backport fixes for static analyzer warnings 7 years ago
Maksim Shabunin 1165fdd0f5 Added more strict checks for empty inputs to compare, meanStdDev and RNG::fill 7 years ago
Maksim Shabunin c473718bc2 Check for empty Mat in compare, operator= and RNG::fill, fixed related tests 7 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 7 years ago
Vadim Pisarevsky 7d19bd6c19 Merge pull request #11634 from vpisarev:empty_mat_with_types_2 7 years ago
berak d89fb163c6 core: add a check for empty input in inRange() 7 years ago
Tomoaki Teshima e187219699 use universal intrinsic in arithm.cpp 8 years ago
Deric Crago a0d7cf89f2 Fixed 'boundary' spelling 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
Maksim Shabunin b04ed5956e Fixed several issues found by static analysis in core module 8 years ago
Alexander Alekhin 4c7aa8645a ocl: validate arguments in KernelArgs constructor 8 years ago
Alexander Alekhin cc09f5a7de Merge pull request #7854 from alalek:backports_2016 8 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 9 years ago
Ilya Lavrenov 71cbd6f02e fixed bug #5775 9 years ago
Maksim Shabunin 5877debb6f HAL resize, warpAffine, warpPerspective interface 9 years ago
Maksim Shabunin 84f37d352f HAL moved back to core 9 years ago
Maksim Shabunin b4bcdd10a1 HAL: improvements 9 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 9 years ago
Pavel Vlasov 33e659786f Fix for cmp16s condition during IPP compare type convert; 10 years ago
Vadim Pisarevsky 9fbd1d68ad refactored div & pow funcs; added tests for special cases in pow() function. 10 years ago
Vladislav Vinogradov cda6fed41f move tegra namespace out of cv to prevent conflicts 10 years ago
Vladislav Vinogradov 44e41baffe use new functions before all tegra:: calls 10 years ago
Mansour Moufid 35a89b1541 Change some vector mask types to unsigned. 10 years ago
Ilya Lavrenov 6bce6ee34a checks 10 years ago
Ilya Lavrenov ef29b15c9a reciprocal 10 years ago
Ilya Lavrenov 44d89638fd divide 10 years ago
Ilya Lavrenov f2cd65cf1e fixes 10 years ago
Ilya Lavrenov 25e99c453f avx2 in arithm 10 years ago
Ilya Lavrenov fc0869735d used popcnt 10 years ago
Ilya Lavrenov a2a8ba17fc compare 10 years ago
Ilya Lavrenov 68962adc54 SSE mul 10 years ago
Ilya Lavrenov 60f2f7898a SSE4.1 addWeighted fo 16u 10 years ago
Ilya Lavrenov f6b3bc01e5 addWeighted 10 years ago
Pavel Vlasov 45958eaabc Implementation detector and selector for IPP and OpenCL; 11 years ago
Ilya Lavrenov 4babecf3b0 fixes for cv::addWeighted and cv::Mat::dot 11 years ago
Ilya Lavrenov a3e56114d1 cv::multiply 11 years ago
Ilya Lavrenov 74e60e44ad cv::compare 11 years ago
Ilya Lavrenov 857a2d5bfd cv::addWeighted 11 years ago
Vadim Pisarevsky d97f9fc477 now the tests pass with loop_times==30 11 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago
Yury Gorbachev 9a233999a9 Fixed review comment from Vadim Pisarevsky 11 years ago
Alexander Alekhin 55188fe991 world fix 11 years ago
Yury Gorbachev 61423a2d47 ARM NEON accelerated implementation of cv::addWeighted, cv::inRange and cv::compare functions. 11 years ago
Vadim Pisarevsky 5267ed46c7 1. disabled OpenCL acceleration for cv::multiply() (CV_32F), cv::divide (CV_32F), cv::convertScaleAbs (CV_32F) and cv::reduce (SUM, CV_32F), cv::reduce (MIN & MAX), cv::flip (3-channel case). 11 years ago
Adrian Stratulat a98ce86ca3 Add NEON intrinsics to core/src/arithm.cpp 11 years ago
Ilya Lavrenov e04c39b089 SSE2 optimization of cv::inRange 11 years ago
Ilya Lavrenov e89cee35e5 optimized cv::inRange 11 years ago
Ilya Lavrenov 0528d2e2b3 added 32s to 32u conversion 11 years ago