How to find width at certain pixel value in an image
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Aishwarya Sanaka
am 9 Feb. 2021
Kommentiert: Aishwarya Sanaka
am 15 Feb. 2021
I need to find the width at these positions in pixels although these can be found manually I need to compute this in matlab without manual intervention. I had written the code using improfile but the user needs to manually select the points and run the code three times to get the value. Kindly help me with this. Thank you in advance.
0 Kommentare
Akzeptierte Antwort
Matt J
am 10 Feb. 2021
Use the edge() command. Then, for each desired x-position, take the y-position of the 3rd edge from the top.
6 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!