mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-13 17:45:20 +08:00
Fix inconsistencies in examples and many more improvements
This commit is contained in:
@@ -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())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user