how can fill gaps in binary image?
    2 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Abo
 el 24 de Dic. de 2014
  
    
    
    
    
    Comentada: Image Analyst
      
      
 el 24 de Dic. de 2014
            how can I fill gaps (red)in this binary image? I've used this method but I dont know how can fill gaps here!!

0 comentarios
Respuesta aceptada
  Image Analyst
      
      
 el 24 de Dic. de 2014
        What do you want to fill the gap with? A uniform color, like white? If so...
grayImage(row1:row2, col1:col2) = 255;
2 comentarios
  Image Analyst
      
      
 el 24 de Dic. de 2014
				What is the name of your image variable? Replace my "grayImage" with your variable name. What rows and columns do you need replacing? Just assign them to row1, row2, col1, and col2.
Más respuestas (0)
Ver también
Categorías
				Más información sobre Image Segmentation and Analysis en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

