Image calibration

I have to implement in Matlab an image calibration by downsampling, using a straightforward averaging filter.
Exactly sum u=0:1 sum v=0:1 ( Img(2i+u,2j+v)/4 )
Which type of filter mask?
Sorry for my English. ;)

댓글 수: 1

Image Analyst
Image Analyst 2011년 9월 29일
That makes little sense. You don't calibrate by downsampling. You can do averaging with conv2(imageName, ones(3)/9) or by using imfilter().

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

질문:

2011년 9월 29일

Community Treasure Hunt

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

Start Hunting!

Translated by