Linear Least Squares Fit of Sphere to Points

后端 未结 5 458
無奈伤痛
無奈伤痛 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:57

    Short description of making matrix equation could be found here.

    I've seen that WildMagic Library uses iterative method (at least in version 4)

提交回复
热议问题