BestCircle
Describes a circle that best fits a set of points.
Elements
Name | Type | Description |
---|---|---|
center | PointFloat | The coordinate location of the center of the circle. |
radius | double | The radius of the circle. |
area | double | The area of the circle. |
perimeter | double | The length of the perimeter of the circle. |
error | double | Represents the least square error of the fitted circle to the entire set of points. |