mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-08 11:26:12 +08:00
Add docstring for arrays
This commit is contained in:
@@ -250,6 +250,7 @@ class Picture(object):
|
||||
|
||||
@property
|
||||
def array(self):
|
||||
"""Image data stored as numpy array."""
|
||||
return self._array
|
||||
|
||||
@array.setter
|
||||
@@ -259,6 +260,7 @@ class Picture(object):
|
||||
|
||||
@property
|
||||
def xy_array(self):
|
||||
"""Image data stored as numpy array with origin at the bottom-left."""
|
||||
return self._xy_array
|
||||
|
||||
@xy_array.setter
|
||||
|
||||
Reference in New Issue
Block a user