Remove lena image from test suite.

Results from the morphology module were compared against output from the
corresponding MATLAB functions, as applied to the lena test image.  This image
does not conform to the Debian Free Software Guidelines and had to be removed.
The output is now tested against results generated with the current version of
scikit-image (0.12.0), which is known to be correct due to the comparison
described above.
This commit is contained in:
Stefan van der Walt
2016-03-06 23:16:11 -08:00
parent 4e3b031567
commit 89136157bb
27 changed files with 49 additions and 59 deletions
+1
View File
@@ -12,6 +12,7 @@ Version 0.12
`skimage.transform.PiecewiseAffineTransform.affines_*` attributes
have been removed.
- `skimage.filters.denoise_*` have moved to `skimage.restoration.denoise_*`.
- `skimage.data.lena` has been removed.
Version 0.11
------------