mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-17 11:32:45 +08:00
reduce parameter choice of properties
This commit is contained in:
@@ -48,7 +48,7 @@ def regionprops(image, properties='all'):
|
||||
----------
|
||||
image : N x M ndarray
|
||||
Labelled input image.
|
||||
properties : {'all', list, tuple}
|
||||
properties : {'all', list}
|
||||
Shape measurements to be determined for each labelled image region.
|
||||
Default is 'all'. The following properties can be determined:
|
||||
* Area : int
|
||||
|
||||
Reference in New Issue
Block a user