mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-31 12:41:20 +08:00
replacing lena in examples and most tests
This commit is contained in:
committed by
Stefan van der Walt
parent
e8967abe78
commit
1b217f971e
@@ -85,7 +85,7 @@ from skimage.feature import hog
|
||||
from skimage import data, color, exposure
|
||||
|
||||
|
||||
image = color.rgb2gray(data.lena())
|
||||
image = color.rgb2gray(data.astronaut())
|
||||
|
||||
fd, hog_image = hog(image, orientations=8, pixels_per_cell=(16, 16),
|
||||
cells_per_block=(1, 1), visualise=True)
|
||||
|
||||
Reference in New Issue
Block a user