arrayfire / arrayfire/arrayfire-python

arrayfire imax function

Open
#260 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
422
Forks
63
PR merge metrics
No merged PRs in 30d

Description

`max_val, max_idx = af.imax(img)`

running this function seems to have wrong behavior and finds wrong max value for an image with pixels in range [0,1].

When running `max_val, max_idx = af.imax(af.flat(img))` the correct max value is found.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.