岡薩雷斯數(shù)字圖像處理第二版課后題答案
《岡薩雷斯數(shù)字圖像處理第二版課后題答案》由會員分享,可在線閱讀,更多相關《岡薩雷斯數(shù)字圖像處理第二版課后題答案(4頁珍藏版)》請在裝配圖網(wǎng)上搜索。
1、Digital Image ProcessingSecond EditionInstructorzs ManualRafael C. GonzalezRichard E. WoodsPrentice HallUpper Saddle River NJ Revision history 10 9 8 7 6 5 4 3 2 1 c Copyright 1992-2002 by Rafael C. Gonzalez and Richard E. WoodsPrefaceThis manual contains detailed solutions to all problems in Digit
2、al Image Processing 2ndEdition. We also include a suggested set of guidelines for using the book and discussthe use of computer projects designed to promote a deeper understanding of the subjectmatter. The notation used throughout this manual corresponds to the notation used inthe text.The decision
3、of what material to cover in a course rests with the instructor and it de-pends on the purpose of the course and the background of the students. We have foundthat the course outlines suggested here can be covered comfortably in the time framesindicated when the course is being taught in an electrica
4、l engineering or computer sci-ence curriculum. In each case no prior exposure to image processing is assumed. Wegive suggested guidelines for one-semester courses at the senior and rst-year graduatelevels. It is possible to cover most of the book in a two-semester graduate sequence.The book was comp
5、letely revised in this edition with the purpose not only of updatingthe material but just as important making the book a better teaching aid. To thisend the instructor will nd the new organization to be much more -exible and betterillustrated. Although the book is self contained we recommend use of
6、the companionweb site where the student will nd detailed solutions to the problems marked with astar in the text review material suggested projects and images from the book. One ofthe principal reasons for creating the web site was to free the instructor from having toprepare materials and handouts
7、beyond what is required to teach from the book.Computer projects such as those described in the web site are an important part ofa course on image processing. These projects give the student hands-on experiencewith algorithm implementation and reinforce the material covered in the classroom.The proj
8、ects suggested at the web site can be implemented on almost any reasonably-equipped multi-user or personal computer having a hard copy output device. 1 Introduction The purpose of this chapter is to present suggested guidelines for teaching material from this book at the senior and rst-year graduate
9、 level. We also discuss use of the book web site. Although the book is totally self-contained the web site offers among other things complementary review material and computer projects that can be assigned in conjunction with classroom work. Detailed solutions to all problems in the book also are in
10、cluded in the remaining chapters of this manual.Teaching Features of the Book Undergraduate programs that offer digital image processing typically limit coverage to one semester. Graduate programs vary and can include one or two semesters of the ma- terial. In the following discussion we give genera
11、l guidelines for a one-semester senior course a one-semester graduate course and a full-year course of study covering two semesters. We assume a 15-week program per semester with three lectures per week. In order to provide -exibility for exams and review sessions the guidelines discussed in the fol
12、lowing sections are based on forty 50-minute lectures per semester. The back- ground assumed on the part of the student is senior-level preparation in mathematical analysis matrix theory probability and computer programming. The suggested teaching guidelines are presented in terms of general objecti
13、ves and not as time schedules. There is so much variety in the way image processing material is taught that it makes little sense to attempt a breakdown of the material by class period. In particular the organization of the present edition of the book is such that it makes it much easier than before
14、 to adopt signicantly different teaching strategies depending on course objectives and student background. For example it is possible with the new organization to offer a course that emphasizes spatial techniques and covers little or no transform material. This is not something we recommend but it i
15、s an option that often is attractive in programs that place little emphasis on the signal processing aspects of the eld and prefer to focus more on the implementation of spatial techniques.2 Chapter 1 Introduction The companion web site www:prenhall:comgonzalezwoods or www:imageprocessingbook:com is
16、 a valuable teaching aid in the sense that it includes material that previously was cov- ered in class. In particular the review material on probability matrices vectors and linear systems was prepared using the same notation as in the book and is focused on areas that are directly relevant to discu
17、ssions in the text. This allows the instructor to assign the material as independent reading and spend no more than one total lecture pe- riod reviewing those subjects. Another major feature is the set of solutions to problems marked with a star in the book. These solutions are quite detailed and we
18、re prepared with the idea of using them as teaching support. The on-line availability of projects and digital images frees the instructor from having to prepare experiments data and handouts for students. The fact that most of the images in the book are available for downloading further enhances the
19、 value of the web site as a teaching resource. One Semester Senior Course A basic strategy in teaching a senior course is to focus on aspects of image processing in which both the inputs and outputs of those processes are images. In the scope of a senior course this usually means the material contai
20、ned in Chapters 1 through 6. Depending on instructor preferences wavelets Chapter 7 usually are beyond the scope of coverage in a typical senior curriculum. However we recommend covering at least some material on image compression Chapter 8 as outlined below. We have found in more than two decades o
21、f teaching this material to seniors in electrical engineering computer science and other technical disciplines that one of the keys to success is to spend at least one lecture on motivation and the equivalent of one lecture on review of background material as the need arises. The motivational materi
22、al is provided in the numerous application areas discussed in Chapter 1. This chapter was totally rewritten with this objective in mind. Some of this material can be covered in class and the rest assigned as independent reading. Background review should cover probability theory of one random variabl
23、e before histogram processing Section 3.3. A brief review of vectors and matrices may be required later depending on the material covered. The review material included in the book web site was designed for just this purpose. One Semester Senior Course 3Chapter 2 should be covered in its entirety. So
24、me of the material such as parts ofSections 2.1 and 2.3 can be assigned as independent reading but a detailed explanationof Sections 2.4 through 2.6 is time well spent.Chapter 3 serves two principal purposes. It covers image enhancement a topic of signif-icant appeal to the beginning student and it
25、introduces a host of basic spatial processingtools used throughout the book. For a senior course we recommend coverage of Sec-tions 3.2.1 through 3.2.2u Section 3.3.1u Section 3.4u Section 3.5u Section 3.6u Section3.7.1 3.7.2 through Example 3.11 and 3.7.3. Section 3.8 can be assigned as indepen-den
26、t reading depending on time.Chapter 4 also discusses enhancement but from a frequency-domain point of view. Theinstructor has signicant -exibility here. As mentioned earlier it is possible to skipthe chapter altogether but this will typically preclude meaningful coverage of otherareas based on the F
27、ourier transform such as ltering and restoration. The key incovering the frequency domain is to get to the convolution theorem and thus developa tie between the frequency and spatial domains. All this material is presented in veryreadable form in Section 4.2. Light coverage of frequency-domain conce
28、pts can bebased on discussing all the material through this section and then selecting a few simpleltering examples say low- and highpass ltering using Butterworth lters as discussedin Sections 4.3.2 and 4.4.2. At the discretion of the instructor additional material caninclude full coverage of Secti
29、ons 4.3 and 4.4. It is seldom possible to go beyond thispoint in a senior course.Chapter 5 can be covered as a continuation of Chapter 4. Section 5.1 makes this an easyapproach. Then it is possible give the student a -avor of what restoration is and stillkeep the discussion brief by covering only Ga
30、ussian and impulse noise in Section 5.2.1and a couple of spatial lters in Section 5.3. This latter section is a frequent source ofconfusion to the student who based on discussions earlier in the chapter is expecting tosee a more objective approach. It is worthwhile to emphasize at this point that sp
31、atialenhancement and restoration are the same thing when it comes to noise reduction byspatial ltering. A good way to keep it brief and conclude coverage of restorationis to jump at this point to inverse ltering which follows directly from the model inSection 5.1 and show the problems with this appr
32、oach. Then with a brief explanationregarding the fact that much of restoration centers around the instabilities inherent ininverse ltering it is possible to introduce the interactive form of the Wiener lter inEq. 5.8-3 and conclude the chapter with Examples 5.12 and 5.13.Chapter 6 on color image pro
33、cessing is a new feature of the book. Coverage of this4 Chapter 1 Introduction chapter also can be brief at the senior level by focusing on enough material to give the student a foundation on the physics of color Section 6.1 two basic color models RGB and CMY/CMYK and then concluding with a brief co
34、verage of pseudocolor processing Section 6.3. We typically conclude a senior course by covering some of the basic aspects of image compression Chapter 8. Interest on this topic has increased signicantly as a result of the heavy use of images and graphics over the Internet and students usually are ea
35、sily motivated by the topic. Minimum coverage of this material includes Sections 8.1.1 and 8.1.2 Section 8.2 and Section 8.4.1. In this limited scope it is worthwhile spending one-half of a lecture period lling in any gaps that may arise by skipping earlier parts of the chapter. One Semester Graduat
36、e Course No Background in DIP The main difference between a senior and a rst-year graduate course in which neither group has formal background in image processing is mostly in the scope of material covered in the sense that we simply go faster in a graduate course and feel much freer in assigning in
37、dependent reading. In addition to the material discussed in the previous section we add the following material in a graduate course. Coverage of histogram matching Section 3.3.2 is added. Sections 4.3 4.4 and 4.5 are covered in full. Section 4.6 is touched upon brie-y regarding the fact that imple-
38、mentation of discrete Fourier transform techniques requires non-intuitive concepts such as function padding. The separability of the Fourier transform should be covered and mention of the advantages of the FFT should be made. In Chapter 5 we add Sections 5.5 through 5.8. In Chapter 6 we add the HSI
39、model Section 6.3.2 Section 6.4 and Sec- tion 6.6. A nice introduction to wavelets Chapter 7 can be achieved by a combination of classroom discussions and independent reading. The minimum number of sections in that chapter are 7.1 7.2 7.3 and 7.5 with appropriate but brief mention of the exis- tenc
40、e of fast wavelet transforms. Finally in Chapter 8 we add coverage of Sections 8.3 8.4.2 8.5.1 through Example 8.16 Section 8.5.2 through Example 8.20 and Section 8.5.3. If additional time is available a natural topic to cover next is morphological image processing Chapter 9. The material in this ch
41、apter begins a transition from methods whose inputs and outputs are images to methods in which the inputs are images but the outputs are attributes about those images in the sense dened in Section 1.1. We One Semester Graduate Course with Background in DIP 5 recommend coverage of Sections 9.1 throug
42、h 9.4 and some of the algorithms in Section 9.5.One Semester Graduate Course with Background in DIP Some programs have an undergraduate course in image processing as a prerequisite to a graduate course on the subject. In this case it is possible to cover material from the rst eleven chapters of the
43、book. Using the undergraduate guidelines described above we add the following material to form a teaching outline for a one semester graduate course that has that undergraduate material as prerequisite. Given that students have the appropriate background on the subject independent reading assignment
44、s can be used to control the schedule. Coverage of histogram matching Section 3.3.2 is added. Sections 43 4.4 4.5 and 4.6 are added. This strengthens the studentzs background in frequency-domain concepts. A more extensive coverage of Chapter 5 is possible by adding sections 5.2.3 5.3.3 5.4.3 5.5 5.6
45、 and 5.8. In Chapter 6 we add full-color image processing Sections 6.4 through 6.7. Chapters 7 and 8 are covered as in the previous section. As noted in the previous section Chapter 9 begins a transition from methods whose inputs and outputs are images to methods in which the inputs are images but the outputs are attributes about those images. As a minimum we recommend coverage of binary morphology: Sections 9.1 through 9.4 and some of the algorithms in Section 9.5. Mention should be made about possible extensions to gray-scale images but coverage of this material may not be possible depe.
- 溫馨提示:
1: 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
2: 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
3.本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
4. 未經(jīng)權益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
5. 裝配圖網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
6. 下載文件中如有侵權或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 建筑施工重大危險源安全管理制度
- 安全培訓資料:典型建筑火災的防治基本原則與救援技術
- 企業(yè)雙重預防體系應知應會知識問答
- 8 各種煤礦安全考試試題
- 9 危險化學品經(jīng)營單位安全生產(chǎn)管理人員模擬考試題庫試卷附答案
- 加壓過濾機司機技術操作規(guī)程
- 樹脂砂混砂工藝知識總結
- XXXXX現(xiàn)場安全應急處置預案
- 某公司消防安全檢查制度總結
- 1 煤礦安全檢查工(中級)職業(yè)技能理論知識考核試題含答案
- 4.燃氣安全生產(chǎn)企業(yè)主要負責人模擬考試題庫試卷含答案
- 工段(班組)級安全檢查表
- D 氯化工藝作業(yè)模擬考試題庫試卷含答案-4
- 建筑起重司索信號工安全操作要點
- 實驗室計量常見的30個問問答題含解析