Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Best Fit line in 3D

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 ?