Merge pull request #1006 from stefanv/doc/regionprop_out

Clarify regionprops output
This commit is contained in:
Juan Nunez-Iglesias
2014-05-08 19:11:40 +10:00
+3 -3
View File
@@ -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
-----