mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 12:52:33 -05:00
Detect three-dimensional NumPy arrays as multichannel inputs before applying the channel limit so OpenCV reports an explicit conversion error instead of treating the channel axis as a matrix dimension. Add regression coverage for a 129-channel remap input. Assisted-by: OpenAI Codex