8000 Add ORB float32 support by rfezzani · Pull Request #4684 · scikit-image/scikit-image · GitHub
[go: up one dir, main page]

Skip to content

Add ORB float32 support #4684

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 12, 2020

Conversation

rfezzani
Copy link
Member

Description

Fixes #4675.

Checklist

For reviewers

  • Check that the PR title is short, concise, and will make sense 1 year
    later.
  • Check that new functions are imported in corresponding __init__.py.
  • Check that new features, API changes, and deprecations are mentioned in
    doc/release/release_dev.rst.

@rfezzani rfezzani added the 🩹 type: Bug fix Fixes unexpected or incorrect behavior label May 12, 2020
Copy link
Member
@hmaarrfk hmaarrfk left a comment

Choose a reason for hiding this comment

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

Lgtm, awesome

@@ -120,3 +122,10 @@ def test_no_descriptors_extracted_orb():
detector_extractor = ORB()
with testing.raises(RuntimeError):
detector_extractor.detect_and_extract(img)


@pytest.mark.parametrize('dtype', ['float32', 'float64', 'uint8', 'int'])
Copy link
Member

Choose a reason for hiding this comment

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

Int64?

Copy link
Member Author

Choose a reason for hiding this comment

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

👍 I am trying to find a more elaborated test

Copy link
Member

Choose a reason for hiding this comment

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

let me still merge this now you're welcome to submit an other PR with a more complete test of course.

@emmanuelle emmanuelle merged commit 18e9b40 into scikit-image:master May 12, 2020
@emmanuelle
Copy link
Member

@meeseeksdev backport to v0.17.x

@rfezzani
Copy link
Member Author

@emmanuelle, I found that orb_loop only supports double, I will come with a PR for fixing this also soon

emmanuelle pushed a commit that referenced this pull request May 12, 2020
Co-authored-by: Riadh Fezzani <rfezzani@gmail.com>
@rfezzani rfezzani mentioned this pull request May 12, 2020
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🩹 type: Bug fix Fixes unexpected or incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ORB detection doesn't work on 32 bit float input
3 participants
0