mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-04 15:57:56 +08:00
Add docstring note explaining coord use case
This commit is contained in:
@@ -4,6 +4,9 @@ import numpy as np
|
||||
def unique_rows(ar):
|
||||
"""Remove repeated rows from a 2D array.
|
||||
|
||||
In particular, if given an array of coordinates of shape
|
||||
(Npoints, Ndim), it will remove repeated points.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
ar : 2D np.ndarray
|
||||
|
||||
Reference in New Issue
Block a user