DOC: add crossref label and regionprops

This commit is contained in:
François Boulogne
2016-05-25 20:54:02 +02:00
parent b0921c53d5
commit 8170467356
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -405,6 +405,10 @@ def label(input, neighbors=None, background=0, return_num=False,
Number of labels, which equals the maximum label index and is only
returned if return_num is `True`.
See Also
--------
regionprops
Examples
--------
>>> import numpy as np
+4
View File
@@ -490,6 +490,10 @@ def regionprops(label_image, intensity_image=None, cache=True):
for prop in region:
print(prop, region[prop])
See Also
--------
label
References
----------
.. [1] Wilhelm Burger, Mark Burge. Principles of Digital Image Processing: