diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 8f479945..bea4d230 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -3,6 +3,7 @@ - Nicolas Pinto Colour spaces and filters + Shape views: ``shape.view_as_windows`` and ``shape.view_as_blocks`` - Damian Eads Morphological operators @@ -93,3 +94,6 @@ - Gaƫl Varoquaux Harris corner detector + +- Nicolas Poilvert + Shape views: ``shape.view_as_windows`` and ``shape.view_as_blocks`` diff --git a/skimage/util/shape.py b/skimage/util/shape.py index c0eeb40d..7d796405 100644 --- a/skimage/util/shape.py +++ b/skimage/util/shape.py @@ -1,7 +1,3 @@ -# Authors: Nicolas Poilvert -# Nicolas Pinto -# License: BSD 3-clause - __all__ = ['view_as_blocks', 'view_as_windows'] import numpy as np