mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-05 13:21:12 +08:00
DOC: remove wu in methods
This commit is contained in:
@@ -175,7 +175,7 @@ def circle_perimeter(Py_ssize_t cy, Py_ssize_t cx, Py_ssize_t radius,
|
||||
Centre coordinate of circle.
|
||||
radius: int
|
||||
Radius of circle.
|
||||
method : {'bresenham', 'andres', 'wu'}, optional
|
||||
method : {'bresenham', 'andres'}, optional
|
||||
bresenham : Bresenham method (default)
|
||||
andres : Andres method
|
||||
|
||||
|
||||
Reference in New Issue
Block a user