Fix inconsistencies in examples and many more improvements

This commit is contained in:
Johannes Schönberger
2013-04-27 16:47:33 +02:00
parent 41007b417b
commit d0ee6ade61
40 changed files with 138 additions and 132 deletions
+4 -3
View File
@@ -1,4 +1,4 @@
r'''
"""
===============================
Histogram of Oriented Gradients
===============================
@@ -77,12 +77,13 @@ References
.. [2] David G. Lowe, "Distinctive image features from scale-invariant
keypoints," International Journal of Computer Vision, 60, 2 (2004),
pp. 91-110.
'''
"""
import matplotlib.pyplot as plt
from skimage.feature import hog
from skimage import data, color, exposure
import matplotlib.pyplot as plt
image = color.rgb2gray(data.lena())