how to find existence of noise and edges in a color image using gradient?
Show older comments
matlab code to find existence of noise and edges in a color image using gradient?
Answers (1)
Image Analyst
on 26 May 2013
0 votes
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
1 Comment
ARUN SAI
on 26 May 2013
Categories
Find more on Object Analysis in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!