178 Commits (61f1ee2d2d2ab13d0e57985dee971a92369d1a43)

Author SHA1 Message Date
Alexander Alekhin a2a92999be core(arithm_op): workaround problem with scalars handling 4 years ago
Alexander Alekhin cbfd38bd41 core: rework code locality 4 years ago
Alexander Alekhin e180cc050b
Merge pull request #16236 from alalek:fix_core_simd_emulator 5 years ago
Vitaly Tuzov 6ad8a9c09d Replaced core module calls to universal intrinsics with wide universal intrinsics 6 years ago
Alexander Alekhin 858a7da5c0 core: rework getContinuousSize() for vector-col/row support 7 years ago
Alexander Alekhin 5059523937 core: fix processing of vector-rows 7 years ago
Sayed Adel 93ffebc273 core: reimplement SIMD arithmetic, logic and comparison operations into wide universal intrinsics 7 years ago
Alexander Alekhin c813ad5533 core(ocl): replace ambiguous 'depth' to 'DEPTH_dst' 7 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
Hamdi Sahloul a39e0daacf Utilize CV_UNUSED macro 7 years ago
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 10 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