how to find existence of noise and edges in a color image using gradient?
    7 ビュー (過去 30 日間)
  
       古いコメントを表示
    
matlab code to find existence of noise and edges in a color image using gradient?
0 件のコメント
回答 (1 件)
  Image Analyst
      
      
 2013 年 5 月 26 日
        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
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

