From 423bb9d7db1d29a7b99dbe1c1287f86afc34df27 Mon Sep 17 00:00:00 2001 From: cyschneck <22159116+cyschneck@users.noreply.github.com> Date: Sat, 13 Apr 2024 11:45:50 -0600 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc97ea2..29ff643 100644 --- a/README.md +++ b/README.md @@ -634,7 +634,7 @@ A polygon is invalid if it overlaps within itself: In this example, the polygon is invalid, but with such a small overlap it is still able to find a valid path With limited data, the polygon will overlap more dramatically and will struggle to find a valid centerline: -![example+png](https://raw.githubusercontent.com/cyschneck/centerline-width/main/data/doc_examples/invalid_example4.png) +![invalid_major_polygon+png](https://raw.githubusercontent.com/cyschneck/centerline-width/main/data/doc_examples/invalid_major_polygon.png) ### Invalid Centerline If the data is too small, a centerline and its coordinates cannot be found (since only a single Voronoi vertex exists within the polygon and after dead ends are filtered)