Commit Graph

13 Commits

Author SHA1 Message Date
Pablo Márquez Neila 64e20d8173 Minor fix 2014-08-18 02:47:29 +02:00
Pablo Márquez Neila 808e53c7ae Code valid for all image dtypes 2014-08-18 02:12:27 +02:00
Pablo Márquez Neila 23bc3ed077 Replaced convolve1d by ad-hoc gradient computation 2014-08-18 01:34:54 +02:00
Pablo Márquez Neila a52cb01a49 Fix bugs in HOG 2014-08-17 22:09:03 +02:00
Josh Warner (Mac) 1ca0eef825 FIX: Non-integer indexing deprecation warnings 2014-05-08 00:39:54 -05:00
Kirill Shklovsky 77165de55f Changed the 180 constant in bin calculation to avoid rounding errors
The code
   180 / orientations
performs integral division in python < 3,
leading to the calculations ignoring some orientations near the 180 maximum
2013-08-14 20:46:52 -04:00
Johannes Schönberger 2b505a33bd Replace all occurences of bresenham with line 2013-04-28 13:12:10 +02:00
Johannes Schönberger 52e3436f61 Fix integer type bugs in feature detection algorithms 2013-02-22 17:05:39 +01:00
Colin Lea f78d10c099 Swapped the direection that the histograms point in the hog visualisation 2013-01-17 11:36:59 -05:00
pcampr 673d4ec212 several fixes and 3 new tests for Histograms of Oriented Gradients 2012-08-20 14:29:01 -07:00
pcampr 298c1f1890 fixing multiple bugs in hog.py, adding two tests to test_hog.py 2012-08-20 14:29:01 -07:00
Pavel Campr 25d94b36c6 fix hog.py - orientation and visualization 2012-08-20 14:29:01 -07:00
Tony S Yu 8a340cc47d BUG: more module renaming to prevent duplicates. 2012-08-02 23:08:19 -04:00