i have the mask of the border now i need to remove the border in the original image how can i do it?
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    

2 Commenti
  Image Analyst
      
      
 il 17 Set 2015
				Define "mask of the border" and "remove". For example, is the mask of the border the big black regions at the left and right of this edge image? Or just the single pixel wide circle perimeter? Does "remove" mean "set to black" or "crop" or something else?
Risposte (1)
  Tim Jackman
    
 il 17 Set 2015
        Without knowing what you mean precisely when you say "border of the original image" I'd try using imerode to peel away layers of your mask that would equal the thickness of the border. Then multiply the eroded mask with your image to remove the border. Hope this helps.
0 Commenti
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!