Apply a filter to an image
Mostrar comentarios más antiguos
Is there a way to apply a filter made using the filter design and analysis tool to an image or another way of creating a filter and then applying it to an image.
3 comentarios
Image Analyst
el 31 de Oct. de 2016
Where is that? I don't see it on the Apps tab of the tool ribbon. The only thing I see there that is even close is the "Filter Designer" app, but that seems to be just for 1-D signals, not images, and there doesn't seem to be anyway to export the code it builds to an m-file. So where exactly did you find this "filter design and analysis tool"?
Thomas Hoyle
el 2 de Nov. de 2016
Respuestas (2)
There are many ways available. The following is just a sample subset of functions to give you an idea: conv2 , filter2 , any among the list available under Image Filtering. You could treat any image as a 2D (or multi-D) array or vice versa. The filter object itself would depend on your purpose.
Thorsten
el 31 de Oct. de 2016
help imfilter
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!