H

Descripteur HOG

HOG

Un Descripteur HOG est un descripteur de caractéristiques utilisé en vision par ordinateur pour la détection d'objets.

La Histogramme des gradients orientés (HOG) Descriptor is a powerful d'extraction de caractéristiques utilisé en vision par ordinateur and image processing, primarily for object detection tasks. Developed by Dalal and Triggs in 2005, HOG captures the structure or shape of an object within an image by analyzing the distribution of intensity gradients or edge directions.

The HOG Descriptor works by dividing an image into small connected regions called cells. For each cell, the gradient (or change in pixel intensity) is calculated, and a histogram of gradient orientations is created. These histograms are then normalized across larger blocks of cells to improve the descriptor’s robustness face aux changements d’éclairage et de contraste.

This normalization step helps to create a more stable feature set, making it easier for apprentissage automatique algorithms to classify objects accurately. The final HOG Descriptor is a concatenation of these histograms, producing a high-dimensional feature vector that represents the visual characteristics of the object in the image.

HOG Descriptors are especially effective for detecting objects like pedestrians in images and have been widely adopted in various applications, including surveillance systems, véhicules autonomes, and robotics. The method’s strength lies in its ability to capture local shape information while being invariant to changes in lighting and small deformations.

Dans l'ensemble, le Descripteur HOG est un outil fondamental dans le domaine de la vision par ordinateur, permettant aux machines de reconnaître et d'interpréter efficacement les données visuelles.

oEmbed (JSON) + /