mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-10 19:09:47 +08:00
Merge pull request #860 from jaidevd/jd_skimeasure_typo
Fix typo in docstring
This commit is contained in:
@@ -12,7 +12,7 @@ def moments(double[:, :] image, Py_ssize_t order=3):
|
||||
* Area as ``m[0, 0]``.
|
||||
* Centroid as {``m[0, 1] / m[0, 0]``, ``m[1, 0] / m[0, 0]``}.
|
||||
|
||||
Note that raw moments are whether translation, scale nor rotation
|
||||
Note that raw moments are neither translation, scale nor rotation
|
||||
invariant.
|
||||
|
||||
Parameters
|
||||
|
||||
Reference in New Issue
Block a user