【数字图像处理与应用】Lecture 3 图像增强(空间滤波)

本文介绍了图像增强中的空间滤波技术,包括空间平滑滤波和锐化滤波。平滑滤波如均值滤波器用于去噪,加权平均滤波则考虑了像素的相对重要性。统计排序滤波器如中值滤波能有效去除脉冲噪声。锐化滤波如一阶和二阶导数滤波,特别是二阶导数在图像增强中有重要作用,如拉普拉斯算子。拉普拉斯算子的结果需从原图像中减去以得到增强图像。实际应用中,常常结合多种滤波技术来达到最佳效果。
摘要由CSDN通过智能技术生成

数字图像处理与应用 Class 3. 20200504

Lecture 3 Image Enhancement(Spatial Filtering)

Lecture 3 Image Enhancement(Spatial Filtering)

Basic of spatial filtering

Smoothing spatial filters 平滑

    Smoothing linear filters 平滑线性滤波器

    Order-statistics filters 统计排序滤波器

Sharpening spatial filters 锐化

    1st derivative filters 一阶导

    2nd derivative filters 二阶导


Basic

Any size rectangle and any shape filter are possible.

一般选择奇数(保证滤波器有中心点)/偶数需额外控制

Spatial Linear filters

a=(m-1)/2 and b=(n-1)/2

m x n (odd numbers)

  • 一般化-->               

  • Strange Things at the Edges

    At the edges of an image we are missing pixels to form a neighbourhood

  • Solutions

    -Omit missing pixels

    Can add extra code and slow down processing

    -Pad the image 增补图片

    Typically with either all white or all black pixels

    -Replicate border pixels 复制边界像素

    -Truncate the image 截断图像

Spatial smoothing filtering 空间平滑滤波

Used for blurring (removal of small details prior to large object extraction, bridging small ga
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值