translating each image column a distance according to the fitted curve

조회 수: 1 (최근 30일)
Thanh Vu
Thanh Vu 2022년 3월 19일
댓글: Image Analyst 2022년 4월 17일
I have created a curve fitting as shown in the image above. Now how to translate each image column a distance according to the fit curve, so that then the fit curve becomes a horizontal straight line. Please help me as I am trying to learn how to use matlab for my exercise
  댓글 수: 1
Image Analyst
Image Analyst 2022년 4월 17일
Why does it need to be straightened? What can't you do if it's not straightened?

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

답변 (1개)

AndresVar
AndresVar 2022년 3월 19일
편집: AndresVar 2022년 3월 19일
You can try circshift to shift the column vectors. But the result is not so good (i think), for example the length of the object will be distorted.
Instead you can try to implement Straighten Curved Objects (nih.gov)
Another alternative is to take orthogonal slices along the curve and recreate the image from the slices.

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by