replacing lena in examples and most tests

This commit is contained in:
Rebecca
2014-11-07 16:01:23 +02:00
committed by Stefan van der Walt
parent e8967abe78
commit 1b217f971e
36 changed files with 216 additions and 199 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from skimage.transform import PiecewiseAffineTransform, warp
from skimage import data
image = data.lena()
image = data.astronaut()
rows, cols = image.shape[0], image.shape[1]
src_cols = np.linspace(0, cols, 20)