数字图像处理 作业题及部分答案.doc

上传人:博****1 文档编号:542386905 上传时间:2023-11-18 格式:DOC 页数:6 大小:421.33KB
返回 下载 相关 举报
数字图像处理 作业题及部分答案.doc_第1页
第1页 / 共6页
数字图像处理 作业题及部分答案.doc_第2页
第2页 / 共6页
数字图像处理 作业题及部分答案.doc_第3页
第3页 / 共6页
数字图像处理 作业题及部分答案.doc_第4页
第4页 / 共6页
数字图像处理 作业题及部分答案.doc_第5页
第5页 / 共6页
点击查看更多>>
资源描述

《数字图像处理 作业题及部分答案.doc》由会员分享,可在线阅读,更多相关《数字图像处理 作业题及部分答案.doc(6页珍藏版)》请在金锄头文库上搜索。

1、1. 数字图像与连续图像相比具有哪些优点?连续图像f(x,y)与数字图像I(c,r)中各量的含义是什么?它们有何联系和区别? (To be compared with an analog image, what are the advantages of a digital image? Let f(x,y) be an analog image, I(r, c) be a digital image, please give explanation and comparison for defined variables: f/I, x/r, and y/c)2. 图像处理可分为哪三个阶段?

2、 它们是如何划分的?各有什么特点? (We can divide image processing into 3 stages, what are they? how they are divided? What are their features?)答:低级处理-低层操作,强调图像之间的变换,是一个从图像到图像的过程;中级处理-中层操作,主要对图像中感兴趣的目标进行检测和测量,从而建立对图像的描述,是一个从图像到数值或符号的过程; 高级处理-高层操作,研究图像中各目标的性质和相互联系,得出对图像内容含义的理解以及对原来客观场景的解释; 3. 试从结构和功能等角度分析人类视觉中最基本的几个要

3、素是什么?什么是马赫带效应? 什么是同时对比度?它们反映了什么共同问题? (According to the structure and function of the eyes, what are the basic elements in human vision? What is the Mach Band Effect? What is Simultaneous Contrast? What common facts can we infer from both Mach Band Effect and Simultaneous Contrast?)答:人的视觉系统趋向于过高或过低估计

4、不同亮度区域边界的现象称为“马赫带”效应; 同时对比度指的是人的视觉系统对某个区域感觉到的亮度除了依赖于它本身的强度,还与背景有关.马赫带效应和同时对比度现象表明人所感觉到的亮度并不是强度的简单函数.4. 比较说明像素邻域、连接、通路以及连通基本概念的联系与区别。(Please compare the following conceptions and their distinction: (1) neighborhood; (2) adjacency; (3) path; (4) connectivity)5. 设有某图像子集中p(3,4),q(8,10)两像素点,试分别计算p和q之间的D4

5、, D8, DE距离.(Given pixels p(3,4) and q(8,10), please calculate the following distance: D4, D8 and DE.)6. 什么是采样和量化?什么是灰度分辨率与空间分辨率?它们如何影响图像视觉质量以及数据量大小?(What are the definition of Sampling and Quantization? What are the definition of grayscale resolution and spatial resolution? How Sampling and Quantiza

6、tion process affect the visual quality and date volume of an image?)7. 试举出常用的三种图像灰度映射规则并绘出相应的映射曲线。(Please give three common gray-level mapping functions and their figure respectively)8. 为什么一般情况下对离散图像的直方图均衡化并不能产生完全平坦的直方图?(Why digital image with histogram equalization process cannot obtain fully flat

7、histogram?)离散图像的灰度级数有限,只有当灰度级数趋近于无穷大时,直方图均衡化才能产生完全平坦的直方图9. 试给出以下直方图均衡化的步骤及结果 (Please Do histogram equalization on the given histogram)0 1 2 3 4 5 6 7 80.50.40.30.100.20.170.120.130.050.030.130.150.22(a)Computation procedure:Grayscale01234567Original histgram0.170.120.130.050.030.130.150.22Accumulate

8、d histgramGrayscale RoundMapping New histgram10. 给定如下灰度图像,根据下列要求给出对正方形区域内四个象素进行空间滤波增强的结果: :设计一个大小为3x3的空间均值滤波器进行图像平滑;:利用3x3的标准拉普拉斯算子进行图像锐化;:以3x3的模板进行图像中值滤波;(Please filter pixels marked with rectangle: (1) using a 3*3 spatial averaging filter to perform image smoothing; (2) using a standard 3*3 Laplac

9、ian operator to perform image sharpening; (3) perform 3*3 median filtering)11. 与均值平滑滤波器相比,中值滤波器有何优点? 请给出中值滤波实施步骤。(What advantages does median filter have, compared with averaging filter? Please list necessary procedures how to perform a median filter)与均值平滑滤波器相比,中值滤波器能在消除噪声的同时保留图象的细节, 其实施步骤为: 1. 将模板在

10、图中漫游,并将模板中心与图中某个象素位置重合;2. 读取模板下各对应象素的位置灰度值;3. 将这些灰度值从大到小排成列,找出排在中间位置的灰度值并将其赋给对应模板中心位置的象素;12. 试简单叙述图像特征在空域与频域表示下的联系与区别。(When image is represented in spatial and frequency domains respectively, what similarity or differences do they have?)13. 分别画出低频增强滤波器, 高频增强滤波器转移函数曲线;(Please draw the transfer functi

11、on curves for low-frequency filter and high-frequency filter respectively.)14. 将高频增强和直方图均衡化结合起来使图像边缘锐化是一种常用的图像增强技术。请问以上两个操作的先后顺序对增强效果有影响吗?为什么?(In order to sharpen the edge of an image, it is common to use high-frequency emphasis and histogram equalization together. Does the sequence of implementing

12、two technologies have effect on results? Why?)15. 同态滤波的理论基础和依据是什么?请给出实施步骤。(What is the theory of homomorphic filtering? Please list the procedures to perform this filter)同态滤波的目的是压缩图像整体范围的同时,扩张用户所感兴趣的细节特征的灰度级范围;其理论基础和依据是假设光照模型为照度分量与反射分量的乘积,由于照度分量变化缓慢,对应于频域中高频成分,而反射分量对应于频域中低频成分,故可通过减弱低频和增强高频的滤波处理实现上述的

13、目的;16. 试简单叙述图像增强与图像复原技术之间的联系与区别。(What are the relationship and difference between image enhancement and image restoration technology?)17. 若成像系统为线性移不变系统,且仅受加性噪声n(x,y)干扰,即满足: g(x,y) = Hf(x,y) + n(x,y), 请给出该系统下的图像退化模型并从冲激响应出发予以证明。(Give a linear, position-invariant image system and only additional noise

14、 n(x,y) is considered, namely, g(x,y)=Hf(x,y)+n(x,y), Please give the image degradation model and prove it by starting with pulse response.)18. 试给出估计图像退化函数的三种方式并简单叙述其基本思想。(Please summary three principal ways to estimate the degradation functions in image restoration and descript its theory in brief)

15、19. 逆滤波的基本原理是什么?试对其应用局限性及解决措施进行说明。(What is the theory of Inverse Filtering? Please give comments on its application limitation and propose some solutions)逆滤波本质上是在忽略噪声影响情况下对退化图像进行滤波,其滤波函数为原退化系统响应函数的倒数,故当原退化系统响应函数取值为零时存在计算上的困难,或当取值较小时,受噪声的影响大;解决措施: 频率受限,仅对零频附件的区域进行处理20. 如图所示,设影像空间变换过程中某像素被映射到失真影像像素A,B,C,D内部点P(a,b),若A,B,C,D点的灰度值分别为GA=36, GB=76, GC=46, GD=66, a=0.7,b=0.6,试分别利用最近邻插值和双线性插值方法计算点P的灰度值GP. (As shown in figure, a pixel P is mapped within one grid with four pix

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 生活休闲 > 社会民生

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号