フィルターのクリア

How can I measure the curvature of a 2D image?

13 ビュー (過去 30 日間)
Eva G
Eva G 2020 年 11 月 30 日
回答済み: Vimal Rathod 2020 年 12 月 4 日
I want to calculate the curvature of the attached image? Do you know any method that I could use?
Thanks!

回答 (1 件)

Vimal Rathod
Vimal Rathod 2020 年 12 月 4 日
Hi,
You could use Edge Detection methods from Image Processing Toolbox to find the edges in the image. You will recieve a binary image where 1s specify the edges. You can also get the points of the curve by reading 1s in that image and find curvature using one of the curvature functions.
Refer to the following link to find more about edge function
Refer to the following link for getting the curvature function of a 2D line

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by