I would like to calculate the best fit plane with the svd class in opencv. But I do not know how to use it. I have a vector of point3f. What is the correction way to us SVD class. My problem is mainly do not know how to pass the correct parameter into the function. Would anyone provide me a sample code so that I can follow?