Skip to content
/ pyhog Public
forked from dimatura/pyhog

Python wrapper for Pedro's HOG features.

License

Notifications You must be signed in to change notification settings

chicham/pyhog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 - dimatura@cmu.edu 2012

About

Python wrapper for Pedro's HOG features.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 79.3%
  • C++ 14.8%
  • Python 4.8%
  • CMake 1.1%