Linear Least Squares Fit of Sphere to Points

后端 未结 5 486
無奈伤痛
無奈伤痛 2020-12-31 16:10

I\'m looking for an algorithm to find the best fit between a cloud of points and a sphere.

That is, I want to minimise

where C is the centre

5条回答
  •  遥遥无期
    2020-12-31 16:49

    The linked thesis contains a problem : it doesn't handle noise properly and overestimates the radius. (Centre is OK). It looks like it should be possible to come up with a correction based upon the estimate of the applied noise.

提交回复
热议问题