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

Clean-up of mrpt-vision API #120

Closed
7 tasks done
jlblancoc opened this issue Jan 7, 2015 · 1 comment · Fixed by #937
Closed
7 tasks done

Clean-up of mrpt-vision API #120

jlblancoc opened this issue Jan 7, 2015 · 1 comment · Fixed by #937

Comments

@jlblancoc
Copy link
Member

jlblancoc commented Jan 7, 2015

To-do list:

@jlblancoc
Copy link
Member Author

Update on this one:
I think CFeatureList should be entirely removed, leaving only TSimpleFeatureList for feature points, and a new alternative to CFeatureList for storing descriptors.

Part of this was done in #889 , but the alternative to CFeatureList is left as future work since it's not urgent for me right now.

Note that CFeatureList is used in some past-years GSoC GUI apps, so refactoring would imply some amount of work.

IMO, this ticket would be a good GSoC 2019 project, BTW...

jlblancoc added a commit that referenced this issue Jul 7, 2019
@jlblancoc jlblancoc mentioned this issue Jul 7, 2019
4 tasks
jlblancoc added a commit that referenced this issue Jul 9, 2019
- Use values instead of shared_ptr for each feature (!), and simplify.
- Rename TSimpleFeature -> TKeyPoint.
- Reuse TKeyPoint inside CFeature.

related to #120.

WIP vision clean up

WIP done with libs and apps

fix examples build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant