1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00
Files
opencv/modules/gapi/perf
yuomy ff540453d5 gapi: optimize Fluid Select kernel using Universal Intrinsics
- Replaced scalar fallback and legacy CV_SIMD128 with modern scalable CV_SIMD.
- Added support for multi-channel (2/3/4) and 16-bit (ushort/short) configurations.
- Utilized v_select for branchless execution and vx_load_expand for mixed-bitwidth mask handling.
- Updated accuracy and perf tests.
2026-05-24 19:20:22 +08:00
..
2019-04-02 13:46:25 +03:00