You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: