Source: GitHub
Functions to fit geometry to point data
This module defines a Geometry object as well as all of the subcomponents of a geometry object: nodes, elements, tracelines and coordinate system. Geometry plotting is also handled in this module.
Functions¶
| Name | Summary |
|---|---|
cone_error_fn_fixed_angle | |
cone_error_fn_free_angle | |
cone_fit | |
create_cone | |
cylinder_fit | |
distance_point_line | |
distance_point_plane | |
fit_cone_fixed_angle | |
fit_cylinder | |
fit_line_point_cloud | |
intersection_point_multiple_lines | Computes the intersection point of multiple lines in a least squares sense |