computing length of a curve given as set of points

62 Views Asked by At

Given a set of points $(x_i,y_i)$ from a simple curve. How can the length of the curve be computed approximately??

I understand these points can be connected by line segments and the sum of the lengths of is an approximation but are there any other better methods??

thanks