About sphere equation $z = a+bx+cy+dx^2 +ey^2$

1.8k Views Asked by At

I'm trying to fit a sphere from points. I tried a first way to estimate the sphere but I'm not satisfied. I saw in an article a way to get a best fitting sphere from the equation :

$z = a+bx+cy+dx^2 +ey^2$

Now, I have $a,b,c,d$ and $e$ values but I don't know what is the center of the sphere, radius ...

Do you have some explanation about this equation ?

Thank you.

1

There are 1 best solutions below

2
On