log pkg/octree/triangulation.go @ 4650:f5fce22184da stree-experiment

age author description
Mon, 24 Jun 2019 11:39:09 +0200 Sascha L. Teichmann Estimated too large triangles as triangles which have an edge which is at least 3.5 times as long as the standard dev of the longest egde per inner triangle. concave-hull
Wed, 12 Jun 2019 12:56:18 +0200 Sascha L. Teichmann Extract the removed triangles from first triangulation, too. Useful to build a artifical DEM for second pass. single-beam
Tue, 11 Jun 2019 18:20:41 +0200 Sascha L. Teichmann Hash the vertices of the concave hull together. single-beam
Tue, 11 Jun 2019 14:58:39 +0200 Sascha L. Teichmann Fixed hull construction. single-beam
Wed, 05 Jun 2019 18:17:01 +0200 Sascha L. Teichmann More SVG debug output. single-beam
Wed, 05 Jun 2019 16:34:52 +0200 Sascha L. Teichmann concave hulls for single beam scans ... WIP. single-beam
Wed, 05 Jun 2019 12:15:05 +0200 Sascha L. Teichmann Removed statistics from elimination of triangles.
Wed, 05 Jun 2019 11:39:25 +0200 Sascha L. Teichmann Moved triangle elimination to triangulation code.
Fri, 01 Mar 2019 17:42:46 +0100 Sascha L. Teichmann Use fogleman's triangulation. octree-diff
Fri, 01 Mar 2019 15:33:27 +0100 Sascha L. Teichmann Incorporated fogleman's fast Delaunay triangulation adjuted to our vertex model. octree-diff