フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

I have a binary shape that attached it here. i have a set of discrete [x,y] coordinates of shape's contour. now i wanna find the curvetur of contour. how can i do this?

2 ビュー (過去 30 日間)
fariba amini
fariba amini 2016 年 6 月 12 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have a binary shape that is attached here. I have a set of discrete [x,y] coordinates of shape's contour. Now I wanna find the curvature of the contour. How can I do this?

回答 (1 件)

Image Analyst
Image Analyst 2016 年 6 月 12 日
編集済み: Image Analyst 2016 年 6 月 12 日
Use bwboundaries() to get the coordinates - sounds like you've already done that though. Then run through those coordinates fitting a circle to some small stretch of points using the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_fit_a_circle_to_a_set_of_XY_data.3F

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by