mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-25 13:30:51 +08:00
changed test url in example for the Picture(object)
This commit is contained in:
@@ -181,8 +181,7 @@ class Picture(object):
|
||||
>>> from skimage import novice
|
||||
>>> from skimage import data
|
||||
>>> picture = novice.open(data.data_dir + '/chelsea.png')
|
||||
>>> picture = novice.open('http://static3.businessinsider.com/image/
|
||||
52a0bbfd6bb3f7961363819e/the-most-amazing-satellite-images-of-the-year.jpg')
|
||||
>>> picture = novice.open('http://scikit-image.org/_static/img/logo.png')
|
||||
|
||||
Create a blank 100 pixel wide, 200 pixel tall white image
|
||||
>>> pic = Picture.from_size((100, 200), color=(255, 255, 255))
|
||||
|
||||
Reference in New Issue
Block a user