clifford.tools.g3c.object_fitting

Tools for fitting geometric primitives to point clouds

Object Fitting

fit_circle(point_list)

Performs Leo Dorsts circle fitting technique

val_fit_circle(point_list)

Performs Leo Dorsts circle fitting technique

fit_line(point_list)

Does line fitting with combo J.Lasenbys method and L.

val_fit_line(point_list)

Does line fitting with combo J.Lasenbys method and L.

fit_sphere(point_list)

Performs Leo Dorsts sphere fitting technique

val_fit_sphere(point_list)

Performs Leo Dorsts sphere fitting technique

fit_plane(point_list)

Does plane fitting with combo J.Lasenbys method and L.

val_fit_plane(point_list)

Does plane fitting with combo J.Lasenbys method and L.