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

Dense Grid of HOG keypoints #96

Open
scottclowe opened this issue Feb 24, 2015 · 1 comment
Open

Dense Grid of HOG keypoints #96

scottclowe opened this issue Feb 24, 2015 · 1 comment
Assignees
Labels

Comments

@scottclowe
Copy link
Member

Sample the image in intervals of 8 pixels in each dimension as "dummy keypoints", and describe each 16 pixel patch with a Histogram of Oriented Gradients.

As performed in this paper:
http://web.engr.oregonstate.edu/~tgd/publications/WACV2011-stacked-spatial-pyramid.pdf

Can be implemented with OpenCV or with skimage.

@scottclowe scottclowe added this to the Stacked Keypoint Evidence Trees milestone Feb 24, 2015
@scottclowe
Copy link
Member Author

Actually, I think HOG is in skimage but not OpenCV.
http://scikit-image.org/docs/0.10.x/api/skimage.feature.html#hog

Correct me if I'm wrong, Dragos.

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

No branches or pull requests

2 participants