필터 지우기
필터 지우기

Finding Convolution and correlation of spatial filtering of an image

조회 수: 3 (최근 30일)
Ratna
Ratna 2011년 10월 7일
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

채택된 답변

bym
bym 2011년 10월 9일
imagesc() % or
imshow()
  댓글 수: 3
Ratna
Ratna 2011년 10월 10일
imshow() doesn't work and imagesc() worked.
Thanks.
Image Analyst
Image Analyst 2011년 10월 10일
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.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by