Skip to content

Commit 9a7d4c4

Browse files
authored
Try to fix the polygonize source code Literate-ification (#80)
1 parent c6db455 commit 9a7d4c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/methods/polygonize.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# # Polygonizing raster data
2+
23
export polygonize
34

45
#=
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,
68
by contour detection using a clockwise Moore neighborhood method.
79
810
The main entry point is the [`polygonize`](@ref) function.

0 commit comments

Comments
 (0)