hand


hand, a Python code which carries out some numerical exercises based on data that came from tracing several points on a person's hand.

The original proposer of this exercise was Cleve Moler, in the textbook Numerical Computing with MATLAB.

Licensing:

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

Languages:

hand is available in a MATLAB version and an Octave version and a Python version.

Related Data and Programs:

ConvexHull_test, a Python code which demonstrates the computation of the convex hull of a set of 2D points.

hand, a dataset directory which contains the (x,y) coordinates of points that outline a hand;

hand_area, a Python code which estimates the area of a curve which outlines a person's hand.

polygon, a dataset directory which contains examples of polygons.

Reference:

Source Code:


Last revised on 26 December 2024.