How can I circle fit 6 points and find the center?

11 次查看(过去 30 天)
I am trying to approximate the center of a bone (the humerus) to establish a long axis for motion tracking. To do this I have "digitized" points around the humerus at 2 heights to try to make 2 circles. By digitize I mean that an x, y , and z point exists in space for each point that I have "digitized". I have 6 points in space for each height, so 12 points overall. I was wondering how fit a circle around each set of 6 points and find the exact center (x,y,z coordinates) of each circle so I can create a vector that extends through the 2 points. Any help would be appreciated,thank you.

回答(1 个)

D. Plotnick
D. Plotnick 2018-6-28
Least squares fitting: examples in
2D: https://www.mathworks.com/matlabcentral/fileexchange/22643-circle-fit--pratt-method-
3D: https://www.mathworks.com/matlabcentral/fileexchange/34129-sphere-fit--least-squared-

类别

Help CenterFile Exchange 中查找有关 Interpolation 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by