Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 510 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 510 Bytes

第四次作业题目

  1. 空域低通滤波器:分别用高斯滤波器和中值滤波器去平滑测试图像 test1 和 2,模板大小分别是 $3\times3, 5\times5, 7\times7$ ,分析各自优缺点;

  2. 利用固定方差 $\sigma=1.5$ 产生高斯滤波器. 附件有产生高斯滤波器的方法,分析各自优缺点;

  3. 利用高通滤波器滤波测试图像 test3 和 4:包括 Unsharp masking、Sobel edge detector、Laplace edge detection、Canny algorithm,分析各自优缺点。