Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dimatura/pyhog

Python wrapper for Pedro's HOG features.
https://github.com/dimatura/pyhog

Last synced: about 19 hours ago
JSON representation

Python wrapper for Pedro's HOG features.

Awesome Lists containing this project

README

        

pyhog
----------

The Pascal VOC Toolkit comes with a Matlab/C implementation of HOG features by
Pedro Felzenszwalb, Deva Ramanan and presumably others. Since I'm not very fond
of Matlab I replaced the Matlab-specific parts for their Numpy equivalents. It
works, but it's not very efficient because it copies the array into a
Fortran-ordered version. That should be easy to fix.

See an example of here: http://nbviewer.ipython.org/github/dimatura/pyhog/blob/master/pyhog_example.ipynb

Daniel Maturana - [email protected]
2012