Borrar filtros
Borrar filtros

how to use function colfilt?

2 visualizaciones (últimos 30 días)
satish thapaliya
satish thapaliya el 30 de Nov. de 2012
I want to filter an image by using non linear spatial filters. I used the command colfilt(I,[3 3],'sliding',fun 'parameter'); I am confused what does parameter mean here. i used w=fspecial('laplacian',0) to replace the parameter by w. but it still doesn't work. any help?

Respuestas (1)

Image Analyst
Image Analyst el 30 de Nov. de 2012
Editada: Image Analyst el 30 de Nov. de 2012
I don't know - it's just unnecessarily complicated so I never use it. I don't think it's needed. Whatever it does, it doesn't do anything that's not done easier with simple to understand functions like conv2, imfilter, nlfilter, or blockproc.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by