mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
Merge pull request #1145 from jni/find-contours-docstring
Update find_contours docstring to use r/c notation
This commit is contained in:
@@ -35,7 +35,7 @@ def find_contours(array, level,
|
||||
-------
|
||||
contours : list of (n,2)-ndarrays
|
||||
Each contour is an ndarray of shape ``(n, 2)``,
|
||||
consisting of n ``(x, y)`` coordinates along the contour.
|
||||
consisting of n ``(row, column)`` coordinates along the contour.
|
||||
|
||||
Notes
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user