- 1、本文档共166页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
《数字图像处理 Digital Image Processing》课件 Frequency Domain Enhancement
Result of GHPF filtering Note that the smaller objects and thin bars is cleaner with the Gaussian filter. Lecture 9: Chapter 4 Frequency Domain Enhancement fig4_26_demo.m The Laplacian in the frequency domain From mathematical theorem, we know: For a two variable function, it follows that: Lecture 9: Chapter 4 Frequency Domain Enhancement The expression inside the brackets happen to be the Laplacian of f(x,y). Thus, we have the important result: The above result means that the Laplacian can be implemented in the frequency domain by using the filter: H(u, v) = -(u2 + v2). The Laplacian derivation con’t Lecture 9: Chapter 4 Frequency Domain Enhancement The Laplacian continues As before, the center of the Fourier transform is shifted, the center of the filter function also needs to be shifted: The Laplacian-filtered image in the spatial domain is obtained by computing the inverse Fourier transform of H(u,v)F(u,v): Lecture 9: Chapter 4 Frequency Domain Enhancement Conversely, computing the Laplacian in the spacial domain and then computing the Fourier transform of the result is equivalent to multiplying F(u,v) by H(u,v). We express this dual relationship in the familiar Fourier-transform-pair notation The Laplacian continues Lecture 9: Chapter 4 Frequency Domain Enhancement Demo: freq_laplace.m Pictorial representation of the Laplacian The function is centered at (M/2, N/2), and its value at the top of the dome is zero. All other values are negative. Note the gray-level profile in fig. e), This corresponds to the spatial mask form shown in fig. f). Lecture 9: Chapter 4 Frequency Domain Enhancement Laplsfq.m The Laplacian application in the frequency domain Laplacian-filtered images contain both positive and negative values of comparable magnitudes, scaling is necessary. Lecture 9: Chapter 4 Frequency Domain Enhancement Frequency Laplacian demonstration A=imread(Fig3.40(a).jpg); imshow(A); A=im2double(A); A1=fft2(A); A1=fftshift(A1); [m,n]=size(A); H=fqlaplas(m,n); B
您可能关注的文档
- 《地球科学概论》课件PPT 4地球的物质组成.ppt
- 《地球科学概论》课件PPT 5地球历史的时间坐标.ppt
- 《地球科学概论》课件PPT 9板块构造与地壳演化.ppt
- 《地球科学概论》课件PPT 7地球的结构.ppt
- 《基础会计》06 制造业企业主要经济业务核算(国家级精品课程).ppt
- 《基础会计》课件完整版.ppt
- 《基础会计学》英文教案讲义82页完整版 FUNDAMENTAL ACCOUNTING Lesson Notes.doc
- 《外国文学作品选读》课件PPT-19世纪外国文学.ppt
- 《外国文学作品选读》课件PPT-东方文学与亚非文学.ppt
- 《外国法制史》课件PPT-第00章 绪论.ppt
最近下载
- YAESU八重洲FT-8800R中文使用说明书 2014-05-05.pdf
- 小学体育教学课件:走进体育与健康的世界——常见运动损伤的预防和处理.pptx
- 2023-2024学年福建省厦门一中七年级(上)入学数学试卷(含答案).pdf VIP
- 3.1.1 椭圆及其标准方程 课件(共37张ppt) ——高二数学人教A版(2025)选择性必修第一册(含音频+视频).pptx VIP
- 2025江苏财经职业技术学院第二批招聘24人短期笔试模拟试题及答案解析.docx VIP
- 教师职称晋升教育教学能力水平测试复习资料.pdf VIP
- 天津大学《工程经济学》内部题库练习期末真题汇编及答案.pdf
- 2024年海南省中考地理试题卷(含答案解析) +2023年中考地理及答案.docx
- APQC跨行业流程分类框架(PCF)[最新V7.4版-2024年8月21日版-雷泽佳编译).docx VIP
- 肿瘤患者预防跌倒公休会ppt.pptx
文档评论(0)