Remove a region in Image
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Kev
el 16 de Dic. de 2013
Comentada: Image Analyst
el 17 de Dic. de 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 comentarios
Respuesta aceptada
Image Analyst
el 16 de Dic. de 2013
Editada: Image Analyst
el 16 de Dic. de 2013
That is exactly what my freehand masking demo does. It's attached below in blue.
13 comentarios
Image Analyst
el 17 de Dic. de 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().
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing and Computer Vision en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!