masking some desired portion of an image
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
how do i mask a portion of a rgb(tif) and a gray img with an available gif mask(0 and 255)?I am in urgent need, please answer.Thnx in advance
1 Commento
  Walter Roberson
      
      
 il 10 Mar 2012
				http://www.mathworks.com/matlabcentral/answers/29922-why-your-question-is-not-urgent-or-an-emergency
Risposte (1)
  Image Analyst
      
      
 il 10 Mar 2012
        One way:
% Mask the image.
maskedRgbImage = bsxfun(@times, rgbImage, cast(mask,class(rgbImage)));
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


