Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Ekberjan/HOG_Feature_Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOG_Feature_Extractor

C++ based HOG Feature Extractor Using OpenCV

This class extracts the feature vector of provided input image based on Histogram of Oriented Gradients (HOG) technique.

You first need to install OpenCV and provide relevant header files' path correctly.

To use the class, you first need to read the image, then send it to the class to obtain HOG feature vector. Take a look at main.cpp for a detailed example of usage.

Best wishes,

Ekberjan

About

C++ based HOG feature extractor using OpenCV.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages