mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-11 11:25:30 +08:00
DOC: add crossref label and regionprops
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user