how to find existence of noise and edges in a color image using gradient?
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
matlab code to find existence of noise and edges in a color image using gradient?
0 comentarios
Respuestas (1)
Image Analyst
el 26 de Mayo de 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
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!