20 CS 48
20 CS 48
SUBMITTED TO
Sir. Adnan
SUBMITTED BY
Zain Ali Abidi
Roll No
20-CS-48
DEPARTMENT OF CS
UET TAXILA
Date:7-1-23
Input image:
Output:
HoG
HOG, or Histogram of Oriented Gradients, is a feature descriptor that is often used to extract
features from image data. It is widely used in computer vision tasks for object detection. The
technique counts occurrences of gradient orientation in localized portions of an image.
The HOG descriptor focuses on the structure or the shape of an object. In the case of edge
features, we only identify if the pixel is an edge or not. HOG is able to provide the edge
direction as well. This is done by extracting the gradient and orientation (or you can say
magnitude and direction) of the edges.