Given a set of 3d Points(it contains the cartesian coordinate of each points as a list) with known number of sphere, How to detect and construct the sphere from this set?
I would like to find the basic information of the sphere, for example the location of center, radius and degree of fitting of the points to the constructed sphere.
Any there any function that I am applied from Opencv?
Or what kind of algorithm should I use?