Merge pull request #2196 from sciunto/horse

Add missing unittests for data and convert horse to binary
This commit is contained in:
Josh Warner
2016-07-17 18:26:30 -05:00
committed by GitHub
6 changed files with 74 additions and 58 deletions
@@ -50,7 +50,7 @@ background is realized with :func:`rgba2rgb` ::
>>> from skimage.color import rgba2rgb
>>> from skimage import data
>>> img_rgba = data.horse()
>>> img_rgba = data.logo()
>>> img_rgb = rgba2rgb(img_rgba)
Conversion between color and gray values