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