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 ?
1 | initial version |
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 ?