Delete selected image in 2D array imtool
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
below is the values in my 2D array represented using imtool. Is there a way to select one of the curve to be deleted but keep the rest the same (index and values of the curve that is not deleted the same). I need to do some calculations on one curve at a time without having the other curve values influence the calculation. Is there a way? Thanks so much.
7 Kommentare
Jon
am 2 Nov. 2023
Is the situation always quite similar to the one shown in the example image, that is, two similarly shaped "curves" with one translated vertically relative to the other?
Akzeptierte Antwort
Image Analyst
am 2 Nov. 2023
No, there is no way to "paint" or mask pixels using imtool. You'll have to write a script for that. Demo attached.
3 Kommentare
Image Analyst
am 3 Nov. 2023
@Jon yes, there are automatic ways. I made a partial stab at it but it's not done. It's only partially working and I don't have time to finish it. I've attached as far as I got. It will take maybe another half hour or hour to finish it and I don't have time. Finish it if you want.
Jon
am 3 Nov. 2023
Hi @Image AnalystThanks for sharing your code. It seemed like a challenging problem and I was interested to see how you would approach it. I will look through your code so I can learn more about how this type of problem can be solved.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Explore and Edit Images with Image Viewer App finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!