hand_area


hand_area, a Python code which starts with data points defining the outline of someone's hand, and then estimate the area of the hand using sampling.

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_area 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;

Reference:

Source Code:


Last revised on 21 December 2024.