How can I accurately get the fringes of this profile.
이전 댓글 표시
I have the following profile and I want to get the fringes (peaks along the fringes) that are shown.

What I want is accurately get the sape of this fringes I did edge detection but I don't think it's rigorous for this type of calculations. I have attached the .mat file if you want to look. All I want to is accuratly follow the local maxima of these fringes as shown in the figure below:

Did someone encounter similar problem. Thank you very much for the help.
댓글 수: 2
Walter Roberson
2025년 2월 17일
I wonder if it would work to do a findpeaks() across each row of the image, and trace the evolution?
It might help to start from the middle row and track down until each peak disappears, and then go up and track upwards until each peak disappears.
Vahram Voskerchyan
2025년 2월 18일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Exploration and Visualization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



