human_mesh2d


human_mesh2d, a MATLAB 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.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

human_mesh2d is available in a MATLAB version and an Octave version.

Related Data and Programs:

human_mesh2d_test

hand_mesh2d, a MATLAB 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, a MATLAB 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, a MATLAB code which starts with a list of points that bound some region, and calls mesh2d() to create a mesh of the interior.

mesh2d, a MATLAB code which creates a triangular mesh for a given polygonal region, by Darren Engwirda.

Reference:

Source Code:


Last revised on 06 January 2025.