mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
DOC: Change title to match numpy docstring standard
This commit is contained in:
+2
-2
@@ -29,8 +29,8 @@ class Image(np.ndarray):
|
|||||||
def __new__(cls, arr, **kwargs):
|
def __new__(cls, arr, **kwargs):
|
||||||
"""Set the image data and tags according to given parameters.
|
"""Set the image data and tags according to given parameters.
|
||||||
|
|
||||||
Input:
|
Parameters
|
||||||
------
|
----------
|
||||||
arr : ndarray
|
arr : ndarray
|
||||||
Image data.
|
Image data.
|
||||||
kwargs : Image tags as keywords
|
kwargs : Image tags as keywords
|
||||||
|
|||||||
Reference in New Issue
Block a user