opencv / opencv

Open Source Computer Vision Library
https://opencv.org
Apache License 2.0
76.67k stars 55.65k forks source link

cv_hal_minMaxIdx has no channel count argument #25540

Closed mplatings closed 1 month ago

mplatings commented 1 month ago

System Information

OpenCV version: 4.9.0

Detailed description

cv_hal_minMaxIdx is called in minmax.cpp regardless of the number of channels in the image. cv_hal_minMaxIdx does not take an argument for the number of channels. Therefore it is impossible to implement it correctly.

In KleidiCV we would like to implement cv_hal_minMaxIdx correctly.

Steps to reproduce

See https://gitlab.arm.com/kleidi/kleidicv/-/issues/2

Issue submission checklist