How can I accurately get the fringes of this profile.
Show older comments
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 Comments
Walter Roberson
on 17 Feb 2025
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
on 18 Feb 2025
Accepted Answer
More Answers (0)
Categories
Find more on Exploration and Visualization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


