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

Consistent match confidence for detection/stitching #66

Merged
merged 1 commit into from
Mar 28, 2023

Conversation

krupkat
Copy link
Owner

@krupkat krupkat commented Mar 28, 2023

In debug mode - make match confidence selectable for both pano detection and stitching part of the app.

Setting consistent behavior by default (there was a mismatch previously: 0.2 in detection vs 0.3 in stitching), choosing 0.25 by default.

relation to distance ratio from Lowe's paper (https://en.wikipedia.org/wiki/Scale-invariant_feature_transform#Feature_matching_and_indexing):
match confidence = 1 - (distance ratio)

Advances #18

relation to distance ratio from Lowe's paper: match confidence = 1 - (distance ratio)
@krupkat krupkat changed the title selectable match confidence for detection/stitching Selectable match confidence for detection/stitching Mar 28, 2023
@krupkat krupkat changed the title Selectable match confidence for detection/stitching Consistent match confidence for detection/stitching Mar 28, 2023
@krupkat krupkat merged commit b4cf021 into main Mar 28, 2023
@krupkat krupkat deleted the feature-stitcher-match-conf branch March 28, 2023 17:24
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.

1 participant