mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
550f95a923
- Implement inrange_simd() covering uchar/ushort/short, chan=1/2/3/4 - Replace legacy CV_SIMD128 run_inrange3 with modern CV_SIMD API - Extend perf tests to cover all added type/channel combinations - Resolves TODO introduced in #12608 (2018)