Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 984 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 984 Bytes

cpSurf: Surface Computing using the Closest Point Method

Matlab and Python implementations of the Closest Point Method.

For more information and publications about the Closest Point Method, see

http://people.maths.ox.ac.uk/macdonald/closestpoint

Status

This is work in process, so the usual disclaimers apply.

TODO: start a list of contributors

TODO: add a reference to cite if one uses this

Other people's code

readply: MATLAB functions to read and write 3D data PLY files by Pascal Getreuer, 2004. License: unknown. This code doesn't seem to work in Octave but I haven't tried to fix it.

ba_interp: fast matlab interpolation (not currently included in this code, but very useful).

surfaces: Some surface triangulations are included in surfaces/tri/ Each should have a README file associated with it. These are mostly from Aim@Shape and probably have their own licenses.