




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、1Digital Image ProcessingBilingual Course2A challenge for you and usEnglish or Chinese, that is a problem.The text book and the reference booksThe site is integrated with the web site of the book:/Course information and policy3The purposes and requirements of this course:Understand the basic concept
2、s, principles, and methods of DIPTo solve the problems in DIP To deep research the methodology of DIP and some relative subjects, such as:Computer vision GraphicsContent-based image retrieval 4Course Scoring Full Mark: 100 Marks. Activities: 30 Marks. Exam: 70 Marks. Overall periods: 46 hours. Theor
3、y Hours: 36 hours.Experimentation Hours:10 hours. Credits: 2.5 5First class journals in ChinaJournal of Computer Science and TechnologyChinese Journal of Computers (In Chinese)Journal of Software (In Chinese)Chinese Journal of Electronics (Chinese & English)Computer Research and Development (In Chin
4、ese)Top international journals IEEE Transactions on Pattern Analysis and Machine Intelligence (PAMI)IEEE Transactions on Image Processing (IP)Pattern Recognition (PR)Good relative international conferences IEEE International Conference on Computer Vision (ICCV)IEEE International Conference on Comput
5、er Vision and Pattern Recognition (CVPR)IEEE International Conference on Image Processing (ICIP)International Conference on Pattern Recognition (ICPR)Institute of Electrical and Electronics Engineers 6ReadingProgrammingMATLAB WindowsHow to learn this curriculum?7Why learn it?One image is worth more
6、than ten thousands words an important mediaSeeing is believingImage is never perfect (quality, size, etc)BlurNoiseDistortionColor decay, contrast8The amount of image generated everydayMilitary (NASA, Air Force, Army, etc)Medical (From film to digital hospital, telemedicine)Law enforcement (finger pr
7、int, face recognition, video surveillance)Civilian (industry inspection)Automatic processing of imagesImage retrievalAutomatic segmentationAutomatic detectionAutomatic recognition (OCR)9Industrial InspectionHuman operators are expensive, slow andunreliableMake machines do the job insteadIndustrial v
8、ision systems are used in all kinds of industriesCan we trust them?10Intelligent MonitoringAutomatic detection of alarm events from video flowsPeople tracking & counting for abnormal behaviourPerson identification11Intelligent Monitoring12Image EnhancementOne of the most common uses of DIP technique
9、s: improve quality, remove noise etc13Artistic EffectsArtistic effects are used to make images more visually appealing, to add special effects and to make composite imagesCompose14Face Morphing15钢坯图像161718192021770736-高清:NASA公布卫星拍摄舟曲泥石流全域大图 没有什么比生命更重要,没有什么比生命更值得怜惜 22relationship between image proces
10、sing and computer vision There are no clear-cut boundaries in the continuum from image processing at one end to computer vision at the other. However, one useful paradigm is to consider three types of computerized processes in this continuum: low-, mid- and high-level processes. A low-level process
11、involves primitive operations such as image preprocesses to reduce noise, contrast enhancement, and image sharpening. A low-level process is characterized by the fact that both its inputs and outputs are images. 23relationship between image processing and computer visionMid-level processes involve t
12、asks such as segmentation (partitioning an image into regions or objects), description of those objects to reduce them to a form suitable for computer processing, and classification (recognition) of individual objects. A mid-level process is characterized by the fact that its inputs generally are im
13、ages, but its outputs are attributes extracted from those images (e.g., edges, contours, and the identity of individual objects). 2425relationship between image processing and computer visionHigher-level processing involves “making sense” of an ensemble of recognized objects, as in image analysis, a
14、nd, at the far end of the continuum performing the cognitive functions normally associated with human vision. 26The continuum from image processing to computer vision can be broken up into low-, mid- and high-level processesLow Level ProcessInput: ImageOutput: ImageExamples: Noise removal, image sha
15、rpeningMid Level ProcessInput: Image Output: AttributesExamples: Edge Detection, segmentationHigh Level ProcessInput: Attributes Output: UnderstandingExamples: Scene understanding, autonomous navigation27Goals of image processingImage improvement low level IPImprovement of pictorial information for
16、human interpretation (Improving the visual appearance of images to a human viewer )Image analysis high level IPProcessing of scene data for autonomous machine perception (Preparing images for measurement of the features and structures present , with application to image data storage, transmission, a
17、nd representation)28Image acquisitionVideo camera, eye-fish camera, omni-cameraInfrared cameraRadarX-ray machine, Computational Tomography (CT)Range camera (laser)and more29What is Digital Image Processing?Most of the photos, advertisement, poster that we see in living are simulant images.We can dig
18、itize them by using scanner, capture card or digital camera, digital video recorder.An image is defined as a two-dimensional function f(x, y), where x and y are spatial plane coordinates, and f(x, y) is the intensity or gray level.When x, y, and f are all finite and discrete quantities, the image is
19、 called a digital image.Each element in an image is referred as a pixel (像素).30Digital image processing:processing digital images by means of a digital computerDigital image processing focuses on two major tasksImprovement of image quality for human interpretationProcessing of image data for storage
20、, transmission, display and representation for automatic machine perception31Digital image processing is based onMathematical and probabilistic modelsHuman intuition and analysis32Image Sensing and Acquisition 我们感兴趣的各类图像都是由“照射”源和形成图像的“场景”元素对光能的反射或吸收相结合而产生的。33将照射能量转换为数字图像的基本原理:通过输入电功率和对特殊类型检测能源敏感的传感器
21、材料组合,把输入能源转变为电压。输出电压的波形是传感器的响应,同时,一个数字量可从数字化该响应的每个传感器得到。3435Image Sampling and QuantizationTo acquire digital images from the continuous sensed data f(x, y): Digitization in coordinate values: SamplingDigitization in amplitude values: QuantizationThe resulting image has M rows and N columns as363738
22、In many image processing books39The digitization process requires determine the M, N, and L.M and N: spatial resolutionL: gray-level resolutionL = 2k. L = gray-leveldynamic range: the range of values spanned by the gray scale, Lmin, Lmax.high dynamic range = high contrast imageThe number of bits req
23、uired to store the imageb = M N k orb = N2 k 4041Spatial resolution is the smallest discernible detail in an image.Resolution is the smallest number of discernible line pairs per unit distance.取样值是决定一幅图像空间分辨率的主要参数。42Gray-level resolution refers to the smallest discernible change in gray level. (subj
24、ective)43Typical effects of varying the number of gray levels in a digital image.44false contouringThis effect, caused by the use of an insufficient number of gray levels in smooth areas of a digital image.Image AcquisitionImage RestorationMorphological ProcessingSegmentationRepresentation & Descrip
25、tionImage EnhancementObject RecognitionProblem DomainColour Image ProcessingImage CompressionKey Stages in Digital Image ProcessingKey Stages in Digital Image ProcessingImage AcquisitionImage RestorationMorphological ProcessingSegmentationRepresentation & DescriptionImage EnhancementObject Recogniti
26、onProblem DomainColour Image ProcessingImage CompressionImage AcquisitionImage RestorationMorphological ProcessingSegmentationRepresentation & DescriptionImage EnhancementObject RecognitionProblem DomainColour Image ProcessingImage CompressionKey Stages in Digital Image ProcessingImage AcquisitionIm
27、age RestorationMorphological ProcessingSegmentationRepresentation & DescriptionImage EnhancementObject RecognitionProblem DomainColour Image ProcessingImage CompressionKey Stages in Digital Image ProcessingImage AcquisitionImage RestorationMorphological ProcessingSegmentationRepresentation & Descrip
28、tionImage EnhancementObject RecognitionProblem DomainColour Image ProcessingImage CompressionKey Stages in Digital Image ProcessingImage AcquisitionImage RestorationMorphological ProcessingSegmentationRepresentation & DescriptionImage EnhancementObject RecognitionProblem DomainColour Image Processin
29、gImage CompressionKey Stages in Digital Image ProcessingImage AcquisitionImage RestorationMorphological ProcessingSegmentationRepresentation & DescriptionImage EnhancementObject RecognitionProblem DomainColour Image ProcessingImage CompressionKey Stages in Digital Image ProcessingImage AcquisitionIm
30、age RestorationMorphological ProcessingSegmentationRepresentation & DescriptionImage EnhancementObject RecognitionProblem DomainColour Image ProcessingImage CompressionKey Stages in Digital Image ProcessingImage AcquisitionImage RestorationMorphological ProcessingSegmentationRepresentation & DescriptionImage EnhancementObject RecognitionProblem DomainColour Image ProcessingImage Compr
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 管家工作表现好的评语
- 第四单元信息窗一《三角形的认识》(教案)-四年级上册数学青岛版(五四学制)
- 2025年拉萨货运从业考试试题答案大全
- 2025年甘孜驾校考试客货运从业资格证考试题库
- 2025年呼和浩特货车资格证答案
- 2025年陕西运输从业资格证考试试题库
- 2025年锅炉炉膛安全监控装置项目建议书
- 西游记考点知识
- 课程开发体系流程图
- 腰穿后护理及注意事项
- GB/T 44561-2024石油天然气工业常规陆上接收站液化天然气装卸臂的设计与测试
- 2024年重庆市中考数学真题卷(A)及答案解析
- 分子生物学教案
- 铝板施工组织设计方案
- 一年级语文下册专项阅读专项复习课件(课时)教学课件
- 天津市部分区2022-2023学年七下期中考试数学试卷(解析版)
- 统编版小学语文五年级下册第二单元快乐读书吧整本书阅读课《西游记》课件
- 专升本《中国现代文学》期末考试复习题及参考答案
- 血液透析个案护理
- GB/T 4706.28-2024家用和类似用途电器的安全第28部分:吸油烟机及其他烹饪烟气吸排装置的特殊要求
- 2024江苏苏州市浒墅关经开区招聘村(社区)人员笔试历年典型考题及考点剖析附答案带详解
评论
0/150
提交评论