Develop an algorithm to detect and localize edges based on computed magnitude in part b. Use threshold to be equal to 120
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
How I can use imnoise function to add Salt and Pepper noise to the image.
0 comentarios
Respuestas (1)
Sumeet Singh
el 5 de Jul. de 2020
% I -> image, nd -> noise density
J = imnoise(I,'salt & pepper',nd);
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!