From 1017a2614c1708bac638fec5108b5dc83729f760 Mon Sep 17 00:00:00 2001 From: Miguel Date: Tue, 2 Apr 2019 20:36:52 +0200 Subject: some new stuff --- .../00040_Convex-and-Concave-Hulls/alpha.png | Bin 0 -> 555961 bytes .../00040_Convex-and-Concave-Hulls/index.md | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 00_blog/00040_Haskell/00040_Convex-and-Concave-Hulls/alpha.png create mode 100644 00_blog/00040_Haskell/00040_Convex-and-Concave-Hulls/index.md (limited to '00_blog/00040_Haskell/00040_Convex-and-Concave-Hulls') diff --git a/00_blog/00040_Haskell/00040_Convex-and-Concave-Hulls/alpha.png b/00_blog/00040_Haskell/00040_Convex-and-Concave-Hulls/alpha.png new file mode 100644 index 0000000..a8cbe34 Binary files /dev/null and b/00_blog/00040_Haskell/00040_Convex-and-Concave-Hulls/alpha.png differ diff --git a/00_blog/00040_Haskell/00040_Convex-and-Concave-Hulls/index.md b/00_blog/00040_Haskell/00040_Convex-and-Concave-Hulls/index.md new file mode 100644 index 0000000..d68abcd --- /dev/null +++ b/00_blog/00040_Haskell/00040_Convex-and-Concave-Hulls/index.md @@ -0,0 +1,20 @@ + December 2017 +# Calculating Convex and Concave Hulls + +Experimenting with Convex and Concave Hulls with Haskell + +## Concave + + +SVG generated via Graham Scan + +## Convex +![](alpha.png){}\ +Alpha Shapes and Concave Hulls obtained from the delaunay triangulation + +## Ref + +* STOC '83 Proceedings of the fifteenth annual ACM symposium on Theory of computing / Primitives for the manipulation of general subdivisions and the computation of Voronoi diagrams + +## Git +* -- cgit v1.2.3