how to find existence of noise and edges in a color image using gradient?
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
matlab code to find existence of noise and edges in a color image using gradient?
0 Kommentare
Antworten (1)
Image Analyst
am 26 Mai 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
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!