3 point radius of curvature of a circle

조회 수: 12 (최근 30일)
SANA
SANA 2022년 12월 19일
댓글: cr 2022년 12월 19일
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

답변 (1개)

cr
cr 2022년 12월 19일
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
Matt J
Matt J 2022년 12월 19일
Why does that matter? Obviously you can repeat the process for every set of 3 points that are of interest.
cr
cr 2022년 12월 19일
I agree with Matt. You can do permute and repeat the circle fitting process for all combinations.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Triangulation Representation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by