Skip to content
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

Updated SIFT Comparison Block #657

Merged
merged 6 commits into from
Sep 19, 2024
Merged

Conversation

yeldarby
Copy link
Contributor

Description

This PR simplifies the SIFT Comparison blocks so you no longer need to use the SIFT block separately and can pass the images in directly. This allows us to visualize the outputs like in OpenCV's docs.

The old workflow would have looked like this:
image

Now it looks like this:
image

And we can also visualize the matches like this:
image

I also added the option of switching between the brute-force & FLANN based matchers.

Type of change

  • New feature (non-breaking change which adds functionality)

How has this change been tested, please provide a testcase or example of how you tested the change?

On my local inference server with a variety of inputs and workflows.

Any specific deployment considerations

No

Docs

  • I think they should be auto-built but lmk if otherwise.

@PawelPeczek-Roboflow PawelPeczek-Roboflow merged commit 0a0e0ce into main Sep 19, 2024
58 checks passed
@PawelPeczek-Roboflow PawelPeczek-Roboflow deleted the sift-visualization branch September 19, 2024 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants