Develop an algorithm to detect and localize edges based on computed magnitude in part b. Use threshold to be equal to 120
조회 수: 3 (최근 30일)
이전 댓글 표시
How I can use imnoise function to add Salt and Pepper noise to the image.
댓글 수: 0
답변 (1개)
Sumeet Singh
2020년 7월 5일
% I -> image, nd -> noise density
J = imnoise(I,'salt & pepper',nd);
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!