PROJECT 04-04

PROJECT 04-04

Highpass Filtering Using aLowpass Image 

(a) Subtract yourimage in Project 04-03(b) from the original to obtain a sharpened image, as inEq. (4.4-14). You will note that the resulting image does not resemble theGaussian highpass results in Fig. 4.26. Explain why this is so.

(b) Adjust thevariance of your Gaussian lowpass filter until the result obtained by imagesubtraction looks similar to Fig. 4.26(c). Explain your result.

 

实验代码

 

在上题基础上继续输入

f=imread('Fig4.11(a).jpg');
g=im2double(g);f=im2double(f);
gmask=f-g;
figure;imshow(gmask);title('sharpened image')


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值