human_mesh2d, an Octave code which retrieves data for an outline of a human body, and then uses mesh2d() to triangulate the data to make a mesh of the region.
The information on this web page is distributed under the MIT license.
human_mesh2d is available in a MATLAB version and an Octave version.
hand_mesh2d, an Octave code which reads in points which outline a human hand, and calls mesh2d(), which creates a fine triangular mesh of the region outlined by the points.
human, a dataset directory which lists the 136 (x,y) coordinates of points traced along the outline of a human body.
human_data, an Octave code which starts with an image of simple outline of a human body, tabulates a sequence of points on the outline, creating numerical data defining the boundary.
image_mesh, an Octave code which starts with a list of points that bound some region, and calls mesh2d() to create a mesh of the interior.
mesh2d, an Octave code which creates a triangular mesh for a given polygonal region, by Darren Engwirda.