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

DescriptorMatcher missing match fn with training descriptors #565

Closed
w-utter opened this issue Apr 24, 2024 · 2 comments
Closed

DescriptorMatcher missing match fn with training descriptors #565

w-utter opened this issue Apr 24, 2024 · 2 comments

Comments

@w-utter
Copy link

w-utter commented Apr 24, 2024

OpenCV has varaints of the match and knn_match fns with training descriptors which are not currently implemented in this wrapper. They seem to have been implemented for some other modules (such as cuda) but are missing in others.

docs for descriptor matcher can be found here here

@twistedfall
Copy link
Owner

I will take a look, thanks for the report!

@twistedfall
Copy link
Owner

twistedfall commented Apr 25, 2024

I think DescriptorMatcher::train_match and DescriptorMatcher::knn_train_match is what you're looking for.

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

No branches or pull requests

2 participants