Image processing and contour differentiation
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have the following image and would like to differentiate the upper extrusions from the lower ones, and would like the code to detect their total number displayed, differentitate them as a different color and find an average of all of their lenghts.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1352979/image.jpeg)
1 Kommentar
Walter Roberson
am 12 Apr. 2023
This appears to me to be something that should be posted as part of https://www.mathworks.com/matlabcentral/answers/1945729-image-processing-and-contour-detection?s_tid=srchtitle
Antworten (1)
Bjorn Gustavsson
am 12 Apr. 2023
This seems to be a problem where you could use the file exchange submission: distance2curve. Just brute-force loop over every point along the red curve and for each point find the closest point on the blue curve. Then you have to identify the local peaks in that array of differences.
If that is not the solution you might have to specify why it isn't.
HTH
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!