Click here to Skip to main content
15,887,821 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am trying to implement the Hog Descriptor using java without using Hog descriptor which is implemented in opencv, but I have the following questions:

Are HOG Detector and HOG Descriptor the same?

After we extract interest points or key points from an image from what do we extract HOG descriptor? Form the whole image or from the interest points / key points which we detected before from image.

When we compute the gradient do we divide the image into blocks before or after we compute the image gradient?

Regards Thanks in advance
Posted
Updated 18-Aug-14 1:08am
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900