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.
The information on this web page is distributed under the MIT license.
hand is available in a MATLAB version and an Octave version and a Python version.
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.