필터 지우기
필터 지우기

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

조회 수: 23 (최근 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