3 point radius of curvature of a circle

12 views (last 30 days)
SANA
SANA on 19 Dec 2022
Commented: cr on 19 Dec 2022
Hi if i have a single pore, and i have calculated pore boundries already, and i have matrix of x and y cordinates of the pore.
How can i calcualte radius of curvature of 3 points of that pore. Thank you

Answers (1)

cr
cr on 19 Dec 2022
Just fit a circle through the xy coordinate data and you would get centre and radius. See
https://lucidar.me/en/mathematics/least-squares-fitting-of-circle/
https://in.mathworks.com/matlabcentral/fileexchange/57668-fit-circle-through-3-points
  3 Comments
Matt J
Matt J on 19 Dec 2022
Why does that matter? Obviously you can repeat the process for every set of 3 points that are of interest.
cr
cr on 19 Dec 2022
I agree with Matt. You can do permute and repeat the circle fitting process for all combinations.

Sign in to comment.

Categories

Find more on Triangulation Representation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!