sdynpy.signal_processing.sdynpy_geometry_fitting.intersection_point_multiple_lines

intersection_point_multiple_lines(P0, P1)[source]

Computes the intersection point of multiple lines in a least squares sense

P0 and P1 are points on a line. Each are NxD where N is the number of lines and D is the dimensionality of the space (D=2 corresponds to lines on a plane, D=3 is points in 3D space).