
Remove a region in Image
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Kev
am 16 Dez. 2013
Kommentiert: Image Analyst
am 17 Dez. 2013
Hi,
I'm looking to remove a region from images. For example, I'd like to use freehand as shown in the image and delete that portion of the image, i.e., turn it in to white because some unpredictable regions like that are troublesome. I'd like to use it for as many time as necessary. I looked into roi, but it turns entire image black and the selected region white. Also, how can you make sure freehand is enclosed. Would you require both ends of the freehand going inside, so you're always sure it is enclosed. Will freehand be always enclosed? Looks like there is a small gap between two ends.
Thanks for the help!
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 16 Dez. 2013
Bearbeitet: Image Analyst
am 16 Dez. 2013
That is exactly what my freehand masking demo does. It's attached below in blue.

13 Kommentare
Image Analyst
am 17 Dez. 2013
Don't use clear or clearvars or clearall in a GUI, and don't use evalin() - there's never a need to do that. That is what is causing problems. If your axes have more than one image, then call cla('reset') before you call imshow().
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!