How to apply Median filter to a image for fixed number of times using for loop
Mostrar comentarios más antiguos
Hello all,
Simply I want to rewrite below code using for loop.
B = medfilt2( A );
C = medfilt2( B );
D = medfilt2( C );
E = medfilt2( D );
F = medfilt2( E );
Can't figure out how to store image in array or something to call inside for loop.
Thanks
Respuesta aceptada
Más respuestas (1)
sacprasanna
el 3 de Dic. de 2015
Editada: Walter Roberson
el 3 de Dic. de 2015
Categorías
Más información sobre Image Filtering en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!