4 Commits (ac24a72e669a7550516dc92304792e3800b6c85c)

Author SHA1 Message Date
Alexander Alekhin 2b558a3787 core: fix F16C compilation check 4 years ago
Alexander Alekhin f8791f072d core: avoid function type cast, make happy UBSAN 6 years ago
Alexander Alekhin 39b90ae9fb core: dispatch convert 6 years ago
Alexander Alekhin 1629e29b98 core: clone convert.simd.hpp 6 years ago
Alexander Alekhin 858a7da5c0 core: rework getContinuousSize() for vector-col/row support 6 years ago
Alexander Alekhin 5059523937 core: fix processing of vector-rows 6 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 6 years ago
Vadim Pisarevsky 80b62a41c6 Merge pull request #12411 from vpisarev:wide_convert 6 years ago
Alexander Alekhin acce95f446 backport fixes for static analyzer warnings 6 years ago
amatyuko 3ea2586a5a Fix for SSE2 intrinsics problem in the part of saturation arithmetic processing during 32s->16u packed conversion - 6 years ago
Vadim Pisarevsky 7d19bd6c19 Merge pull request #11634 from vpisarev:empty_mat_with_types_2 7 years ago
Alexander Alekhin 97882d03cc core: fix FP16 conversion with CV_DISABLE_OPTIMIZATION option 7 years ago
Dmitry Kurtaev 73ca194313 Fix convertFp16 in JavaScript build 7 years ago
Namgoo Lee c219f97f48 SSE2 : use _mm_cvtpd_epi32 when converting from CV_64F to CV_32S (#10987) 7 years ago
Maksim Shabunin 221342fb25 Split convert.cpp into smaller pieces 7 years ago
Alexander Alekhin 5a791e6e06 cmake: update reporting of excluded dispatching files (#10711) 7 years ago
Tomoaki Teshima ca1a0a1108 core: remove raw SSE2/NEON implementation from convert.cpp (#9831) 7 years ago
Alexander Alekhin 0ed3209b00 ocl: avoid unnecessary loading/initializing OpenCL subsystem 7 years ago
Pavel Vlasov a57718e1ac ICV2017u3 package update; 7 years ago
Alexander Alekhin b4716b1d92 core: fix convertTo() AVX2 optimization 7 years ago
Vitaly Tuzov 5448d9186a AVX and SSE4.1 optimized conversion implementations migrated to separate files 8 years ago
Tomoaki Teshima 94848a3e1f suppress unreachable code warning 8 years ago
Tomoaki Teshima e269ef96cb update convertFp16 using CV_CPU_CALL_FP16 8 years ago
Tomoaki Teshima d81cdb8e1c add OpenCL version of convertFp16 and test 8 years ago
Pavel Vlasov 11c2ffaf1c Update for IPP for OpenCV 2017u2 integration; 8 years ago
Pavel Vlasov 35c7216846 IPP for OpenCV 2017u2 initial enabling patch; 8 years ago
Arnaud Brejeon 636ab095b0 Merge pull request #8535 from arnaudbrejeon:std_array 8 years ago
Vitaly Tuzov bf5b7843e8 Extended set of OpenVX HAL calls disabled for small images 8 years ago
Vitaly Tuzov 9a4b5a4545 OpenVX calls updated to use single common OpenVX context per thread 8 years ago
Rostislav Vasilikhin fcdbe16252 openvx_cvt disabled for Khronos, fixed sstep and dstep usage 8 years ago
Rostislav Vasilikhin cf5e976fad OpenVX convert enabled 8 years ago
Rostislav Vasilikhin 8b9422a052 OpenVX wrappers rewritten with CV_OVX_RUN, VX_DbgThrow 8 years ago
apavlenko 76c38f0c80 trying to enable canny_vx adding a new test comparing canny_cv vs canny_vx 8 years ago
Rostislav Vasilikhin 695b20172b Merge pull request #7794 from savuor:fix/ovx_cvt_continuous 8 years ago
Vitaly Tuzov ced81f72bc Added OpenVX based processing to LUT 8 years ago
Rostislav Vasilikhin 2b56b174e8 fixed: data types, empty input case 8 years ago
Rostislav Vasilikhin 0a6958813c added OpenVX call to Mat::convertTo() (w/o scaling) 8 years ago
LaurentBerger c56c0e140b Solve exception for 3D Mat 8 years ago
Alexander Alekhin a9ab629f60 build: fix aarch64 build with aarch64-linux-gnu-g++-4.8 8 years ago
Tomoaki Teshima c7cb116dc0 check FP16 build condition correctly 8 years ago
Tomoaki Teshima 903789f7af use universal intrinsic for FP16 8 years ago
Tomoaki Teshima c5d7791b67 brush up fp16 implementation 8 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 8 years ago
Tomoaki Teshima 3debc78a5f fix build error on JetsonTK1 8 years ago
Tomoaki Teshima 87ca607fd4 brush up convertFp16 8 years ago
Tomoaki Teshima c57f8780e9 show CPU feature correctly when FP16 is available 8 years ago
Alexander Alekhin 2ec63e4dd1 fix android pack build 8 years ago
Alexander Alekhin 5f269d08b4 bigdata: add test, resolve split/merge issue 9 years ago
Tomoaki Teshima d0a8390963 fix run time error on Mac 9 years ago
Tomoaki Teshima fd76ed5c0f fix to support wider compiler 9 years ago