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

Task 6 Feature Matching #28

Open
rgolovanov opened this issue Nov 25, 2018 · 0 comments
Open

Task 6 Feature Matching #28

rgolovanov opened this issue Nov 25, 2018 · 0 comments

Comments

@rgolovanov
Copy link
Contributor

Feature Matching

Description

The main goal of the task is to meet on practice how feature matchers are working.
In this particular task students should enchance proprietary brute force matcher by adding RSSD criteria.

Workflow

  1. Fork current repository to your own public one or update yours with new commits from this one.
  2. Provide solution in your repository (resolve all \todo in the code).
  3. Create "Pull request" in your repository and mention lecturer to receive online feedback.
  4. Show complete solution on the next (or current) lesson in computer classroom.

Initial state

Initial code contains some descriptor_matcher with random matching and demo application demonstraiting how does it work.
It is required:

  • implement matching methdos in descriptor_matcher class,
  • substitude feature detector/descriptor in the demo with your own (previous labs).
  • add trackbars for tuning ration of SSD and SSD thresholds via UI.
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

1 participant