mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
ff540453d5
- 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.