We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6db455 commit 9a7d4c4Copy full SHA for 9a7d4c4
src/methods/polygonize.jl
@@ -1,8 +1,10 @@
1
# # Polygonizing raster data
2
+
3
export polygonize
4
5
#=
-The methods in this file are able to convert a raster image into a set of polygons,
6
7
+The methods in this file convert a raster image into a set of polygons,
8
by contour detection using a clockwise Moore neighborhood method.
9
10
The main entry point is the [`polygonize`](@ref) function.
0 commit comments