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

Add interface for Feature2D detection algorithms #1120

Merged
merged 2 commits into from
Mar 30, 2024

Conversation

pericles-tpt
Copy link
Contributor

Related to query 4 in #1049, we added a Feature2D interface and interface assertions to check at compile time that Feature2D detection algorithms implement required functionality. Interface assertions have been added for the following algorithms:

  • AKAZE
  • BRISK
  • KAZE
  • ORB
  • SIFT
  • SURF

Would you like us to namespace the component interfaces of Feature2D, i.e. Detector, Computer and DetectComputer with a Feature2D prefix?

commit 2c36353
Author: Pericles Telemachou <[email protected]>
Date:   Thu Oct 26 12:39:52 2023 +1100

    Asserting some algorithms conform to `Feature2D`

commit 665eef3
Author: Pericles Telemachou <[email protected]>
Date:   Thu Oct 26 12:39:04 2023 +1100

    Add interface for `Feature2D` algorithms
@deadprogram
Copy link
Member

Sorry about the delayed response here.

Would you like us to namespace the component interfaces of Feature2D, i.e. Detector, Computer and DetectComputer with a Feature2D prefix?

Yes, please!

@pericles-tpt
Copy link
Contributor Author

We've updated the names of the Feature2D component interfaces, let us know if you have any feedback that you'd like us to work on to get it ready to merge

@deadprogram
Copy link
Member

Thank you very much for adding this @pericles-tpt now merging!

@deadprogram deadprogram merged commit 921e669 into hybridgroup:dev Mar 30, 2024
1 check passed
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.

2 participants