Fit sphere to planar circles



Hi all,

I'm trying to find the center and radius of a mostly spherical body in a voxel volume (femoral head in a CT scan, to be precise).

My approach so far has been to use hough circle detection in the area of interest, looped over each slice. This detection works best around the hemisphere (rather than pole) regions of the sphere, and I am using some logic to cull away any false positive circles detected by the hough transform.

My question is this: what is the best way to fit a sphere to a series of planar circles?

My data is currently in the form of:
circs = [...
240.5275 145.0197 -564.5000 20.5078;
241.1135 146.1915 -559.5000 22.8516;
241.1135 146.1915 -554.5000 23.4375;
241.6994 146.7775 -549.5000 23.4375;
241.1135 146.7775 -544.5000 22.2656;]

The columns are the X, Y, and Z locations of 5 circle origins, and their radii.

I'm confident that the average of the X and Y columns represent the X and Y sphere centre, but I don't know the best way to get the Z location.

A simple average of Z locations is inaccurate because the detected circles are not necessarily centrally detected along the Z-direction.

Any thoughts? Perhaps I could try to fit a curve to the radii values and find its peak, but I'm not sure how to fit anything robustly to so few data points.

Any help would be very welcome.
Thanks,
Sven.
.



Relevant Pages

  • Re: The sphere and hyperbolic geometry
    ... My geometry - the surface of the sphere, all points and all circles ... axiom, ...
    (sci.math)
  • Re: What would Sam have done?
    ... winter, which meant that either the earth stood still, or the ... that same sphere of fixed stars. ... As was the replacement of all those perfect circles (the ...
    (rec.arts.books.tolkien)
  • Re: Defining new symbols in a robust manner
    ... The second is "--oo", i.e. a line with two circles, which each should contain a small integer or a single letter. ... and the circles appropriately sized to fit the text. ... Searching on google for "defining new symbols in latex" and multiple variants thereof mostly yields references to predefined symbols, and I've been completely unable to find good pointers on what the kosher way is to define "robust" mathematical symbols in LaTeX. ...
    (comp.text.tex)
  • Favorite Icosidodecahedron based Great Circles.
    ... site for Archimedean and Platonic solids only three case are seen: ... mutually perpendicular planes (containing 3 great circles: ... continuous projected great circle on the sphere cannot be drawn. ... to axis of symmetry through center of pentagons. ...
    (sci.math)
  • Re: The sphere and hyperbolic geometry
    ... My geometry - the surface of the sphere, all points and all circles ... axiom, ...
    (sci.math)