Borrar filtros
Borrar filtros

Finding Convolution and correlation of spatial filtering of an image

3 visualizaciones (últimos 30 días)
Hi, I am writing matlab code for Convolution and correlation of spatial filtering of an image without using imfilter.
I am able to read and apply the mask on the image. I got the resulting intensity values. Now I need a command that reads these intensity values and display them as an image?
Thanks, Ratna

Respuesta aceptada

bym
bym el 9 de Oct. de 2011
imagesc() % or
imshow()
  3 comentarios
Ratna
Ratna el 10 de Oct. de 2011
imshow() doesn't work and imagesc() worked.
Thanks.
Image Analyst
Image Analyst el 10 de Oct. de 2011
Then unfortunately you don't have the Image Processing Toolbox. You will have a tough time doing image processing without it. You'll have to reinvent a bunch of functions yourself, but I guess some people have more time than money, so have at it. Or maybe you don't know how to use it. If your image is floating point, did you use imshow(yourDoubleImageArray, [])? Those empty brackets are important - they tell it to scale otherwise you might not see what you expect.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Images en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by