a matlab code for cascading n no of median filter or any other filter..
Mostrar comentarios más antiguos
sir i work on image processing .sir i need to cascade n no of different type of filter like n no of median filter or n no of mean filter but i don't know that how to do that.. please provide some MATLAB code for this problem...pls
1 comentario
Andrés Argüello
el 15 de Feb. de 2017
Editada: Andrés Argüello
el 15 de Feb. de 2017
Good day Prakhar:
You may write a recursive function, with the signal and the number of cascade filters as an input, returning the filtered signal and using it as an input for the following stages.
Respuestas (0)
Categorías
Más información sobre Image Filtering en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!