mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-02 13:24:06 +08:00
DOC: clarify bbox #2116
This commit is contained in:
@@ -371,7 +371,9 @@ def regionprops(label_image, intensity_image=None, cache=True):
|
||||
**area** : int
|
||||
Number of pixels of region.
|
||||
**bbox** : tuple
|
||||
Bounding box ``(min_row, min_col, max_row, max_col)``
|
||||
Bounding box ``(min_row, min_col, max_row, max_col)``.
|
||||
Pixels belonging to the bounding box are in the half-open interval
|
||||
``[min_row; max_row)`` and ``[min_col; max_col)``.
|
||||
**centroid** : array
|
||||
Centroid coordinate tuple ``(row, col)``.
|
||||
**convex_area** : int
|
||||
|
||||
Reference in New Issue
Block a user