Skip to content

Fixed offset computation for ND case in MinMaxIdx HAL.#25679

Merged
asmorkalov merged 1 commit intoopencv:4.xfrom
asmorkalov:as/HAL_min_max_idx_fix
May 31, 2024
Merged

Fixed offset computation for ND case in MinMaxIdx HAL.#25679
asmorkalov merged 1 commit intoopencv:4.xfrom
asmorkalov:as/HAL_min_max_idx_fix

Conversation

@asmorkalov
Copy link
Copy Markdown
Contributor

@asmorkalov asmorkalov commented May 31, 2024

Fixes bug found in discussion #25563
Alternative to #25669

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
  • The PR is proposed to the proper branch
  • There is a reference to the original bug report and related work
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable
    Patch to opencv_extra has the same branch name.
  • The feature is well documented and sample code can be built with the project CMake

@asmorkalov asmorkalov added this to the 4.10.0 milestone May 31, 2024
@asmorkalov
Copy link
Copy Markdown
Contributor Author

cc @mplatings

@asmorkalov asmorkalov merged commit f4ebf7c into opencv:4.x May 31, 2024
ofs2idx(src, minIdx[1], minIdx);
if (maxIdx)
ofs2idx(src, maxIdx[0], maxIdx);
ofs2idx(src, maxIdx[1], maxIdx);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minIdx[1] and maxIdx[1] returned by HAL function should be shifted by 1
It's not described anywhere, let's fix this by #25669

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

5 participants