I'm looking for an algorithm to create polygons from line segments. The data I'm working with is survey data from CAD files:<BR><BR> View image: http://www ...
Most straight-line approximations for data points are found using the method of least squares. This method works for many applications, but it cannot guarantee that the greatest vertical distance ...