mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-09 04:00:55 +08:00
Clarify regionprops output
This commit is contained in:
@@ -344,9 +344,9 @@ def regionprops(label_image, intensity_image=None, cache=True):
|
||||
|
||||
Returns
|
||||
-------
|
||||
properties : list
|
||||
List containing a properties for each region. The properties of each
|
||||
region can be accessed as attributes and keys.
|
||||
properties : list of RegionProperties
|
||||
Each item describes one labeled region, and can be accessed using the
|
||||
attributes listed below.
|
||||
|
||||
Notes
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user