mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-09 20:30:07 +08:00
STY: move 'util.shape' contributors to CONTRIBUTORS.txt
This commit is contained in:
@@ -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``
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
# Authors: Nicolas Poilvert <nicolas.poilvert@gmail.com>
|
||||
# Nicolas Pinto <nicolas.pinto@gmail.com>
|
||||
# License: BSD 3-clause
|
||||
|
||||
__all__ = ['view_as_blocks', 'view_as_windows']
|
||||
|
||||
import numpy as np
|
||||
|
||||
Reference in New Issue
Block a user