asw456 / point-cloud-delaunay-interpolation

Interpolates the z-coordinate of a point given a surface described by a point cloud or set of polylines. Used for for digitizing historical wind tunnel plots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Surface interpolation from a point cloud

Tool that interpolates a surface in R3 given an (x,y) point and a file of (x,y,z) input points.

The method uses Delaunay triangulation and an efficient search to find the triangle corresponding to the query point.

Originally written to digitize wind tunnel pressure charts for calculating uplift forces on a large warehouse in Queensland.

Example Surface Example Surface

About

Interpolates the z-coordinate of a point given a surface described by a point cloud or set of polylines. Used for for digitizing historical wind tunnel plots


Languages

Language:MATLAB 100.0%