how to find existence of noise and edges in a color image using gradient?
조회 수: 6 (최근 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!