Best Fit line in 3D

asked 2015-12-07 03:06:35 -0600

Carl Pun gravatar image

Suppose there is a list of 3D points(x,y,z), I would like to calculate the line which has the minimum sum of distance away from the each of the point. Can I obtain the result by using svd class in opencv?If so , how ?

edit retag flag offensive close merge delete