https://github.com/otivedani/hedge_hog
Histogram of Oriented Gradients, full numpy
https://github.com/otivedani/hedge_hog
feature-extraction histogram-of-oriented-gradients hog-features numpy
Last synced: 6 months ago
JSON representation
Histogram of Oriented Gradients, full numpy
- Host: GitHub
- URL: https://github.com/otivedani/hedge_hog
- Owner: otivedani
- License: mit
- Created: 2020-08-28T06:19:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T05:43:33.000Z (over 5 years ago)
- Last Synced: 2024-04-28T09:24:07.490Z (almost 2 years ago)
- Topics: feature-extraction, histogram-of-oriented-gradients, hog-features, numpy
- Language: Python
- Homepage:
- Size: 1.79 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hedge_HOG
> HOG : Histogram of Oriented Gradients (2005, Dalal & Triggs)
> Hedge_ : it doesn't mean anything, just to make it cute.
---
[]()
Hedge_HOG is image feature extraction module.
**please use this repository as references only. currently, many adjustments need to be done for real use.**
*TODO* :
- [ ] create tests
- [ ] create sample
- [ ] add a hedgehog picture
This module was made as learning project and to support my undergraduate thesis.
[Published Article](http://j-ptiik.ub.ac.id/index.php/j-ptiik/article/view/6090)