how to find existence of noise and edges in a color image using gradient?
    7 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
matlab code to find existence of noise and edges in a color image using gradient?
0 Commenti
Risposte (1)
  Image Analyst
      
      
 il 26 Mag 2013
        Try subtracting the image from your noise-free version to get the noise. Then, have you tried to use imgradient? Or you could try a local delta E (color difference) as given in my demo code: http://www.mathworks.com/matlabcentral/answers/73741#comment_145951
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

