https://github.com/zpdesu/hog_descriptor
This is a simple implementation of the HOG algorithm
https://github.com/zpdesu/hog_descriptor
hog-features
Last synced: 3 days ago
JSON representation
This is a simple implementation of the HOG algorithm
- Host: GitHub
- URL: https://github.com/zpdesu/hog_descriptor
- Owner: ZPdesu
- Created: 2017-04-24T15:53:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T18:08:23.000Z (about 9 years ago)
- Last Synced: 2025-01-15T10:25:18.587Z (over 1 year ago)
- Topics: hog-features
- Language: Python
- Homepage:
- Size: 6.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HOG_descriptor
This code is implemented from the bottom of the hog algorithm by python. [Peng Zhaoqing](https://github.com/PENGZhaoqing) optimized this code and improved some computing speed. You can use two versions of the code. The first version is an integrated version and easy to call. The second version is implemented step by step, easy for readers to understand. You can learn more details from this [website](https://zpdesu.github.io/documents/HOG特征提取/)
## Prerequisite
* [OpenCV]
* [matplotlib]
* [Numpy]
## Usage
```
$ git clone https://github.com/ZPdesu/HOG_descriptor
$ cd HOG_descriptor
```
change the image name in hog_feature1.py or hog_feature2.py, then run it.
## case images



## feature map
