You are here: Start » AVL.NET » CircleFittingMethod Enumeration

CircleFittingMethod Enumeration

Possible methods of fitting a circle to a set of points.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Members

Member nameDescription
AlgebraicKasaMinimizes the average squared pseudo-distance between the result circle and the given points. It is the fastest method, but may be less accurate when the input points are sampled along small arc only.
AlgebraicPrattMinimizes the average squared distance between the result circle and the given points.
AlgebraicTaubinMinimizes the average squared distance between the result circle and the given points.
GeometricLandauIterative method improving an initial guess basing on distances between the result circle and the given points.

Remarks

See also