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

Create ImageDescriptor #210

Open
etrain opened this issue Jan 20, 2016 · 0 comments
Open

Create ImageDescriptor #210

etrain opened this issue Jan 20, 2016 · 0 comments

Comments

@etrain
Copy link
Contributor

etrain commented Jan 20, 2016

Both SIFT and Daisy feature extractors output a DenseMatrix of a special shape that contain a bag of image descriptors. These image descriptors also have metadata with them (e.g. original positions) which would allow for things like spatial pooling that we currently discard.

We should create a class for ImageDescriptors that captures this metadata. One downside is that currently things like PCA, GMM, and FV rely on the results of SIFT or Daisy being DenseMatrix, and we'd have to rethink the types there to handle this change in a clean way.

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

No branches or pull requests

1 participant