mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 18:44:19 +08:00
Change to active form + reintroduce function name
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
Contour finding
|
||||
===============
|
||||
|
||||
A marching squares method can be used to find constant valued contours in an
|
||||
image. Array values are linearly interpolated to provide better precision of
|
||||
the output contours. Contours which intersect the image edge are open; all
|
||||
others are closed.
|
||||
We use a marching squares method to find constant valued contours in an image.
|
||||
In ``skimage.measure.find_contours``, array values are linearly interpolated
|
||||
to provide better precision of the output contours. Contours which intersect
|
||||
the image edge are open; all others are closed.
|
||||
|
||||
The `marching squares algorithm
|
||||
<http://www.essi.fr/~lingrand/MarchingCubes/algo.html>`__ is a special case of
|
||||
|
||||
Reference in New Issue
Block a user