數(shù)字圖像處理

出版時(shí)間:2009-12  出版社:電子工業(yè)出版社  作者:(美)岡薩雷斯 等著  頁(yè)數(shù):609  
Tag標(biāo)簽:無(wú)  

前言

Solutions to problems in the field of digital image processing generally requireextensive experimental work involving software simulation and testing with large setsof sample images Although algorithm development typically is based on theoreticalunderpinnings, the actual implementation of these algorithms almost always requiresparameter estimation and, frequently, algorithm revision and comparison of candidatesolutions. Thus, selection of a flexible, comprehensive, and well-documented softwaredevelopment environment is a key factor that has important implications in the cost,development time, and portability of image processing solutions In spite of its importance, surprisingly little has been written on this aspect of thefield in the form of textbook material dealing with both theoretical principles and soft-ware implementation of digital image processing concepts. This book was written forjust this purpose. Its main objective is to provide a foundation for implementing imageprocessing algorithms using modem software tools.A complementary objective was toprepare a book that is self-contained and easily readable by individuals with a basicbackground in digital image processing, mathematical analysis, and computer pro-gramming, all at a level typical of that found in a junior/senior curriculum in a techni-cal discipline. Rudimentary knowledge of MATLAB also is desirable. To achieve these objectives, we felt that two key ingredients were needed. Thefirst was to select image processing material that is representative of material cov-ered in a formal course of instruction in this field. The second was to select soft-ware tools that are well supported and documented, and which have a wide rangeof applications in the "real" world. To meet the first objective, most of the theoretical concepts in the following chapterswere selected from Digital Image Processing by Gonzalez and Woods, which has beenthe choice introductory textbook used by educators all over the world for over twodecadesThe software tools selected are from the MATLAB Image ProcessingToolbox(IPT), which similarly occupies a position of eminence in both education and industrialapplications A basic strategy followed in the preparation of the book was to provide aseamless integration of well-established theoretical concepts and their implementationusing state-of-the-art software tools The book is organized along the same lines as Digital Image Processing. In this way,the reader has easy access to a more detailed treatment of all the image processingconcepts discussed here, as well as an up-to-date set of references for further reading.Following this approach made it possible to present theoretical material in a succinctmanner and thus we were able to maintain a focus on the software implementation as-pects of image processing problem solutions Because it works in the MATLAB com-puting environment, the Image Processing Toolbox offers some significant advantages,not only in the breadth of its computational tools, but also because it is supportedunder most operating systems in use today.

內(nèi)容概要

本書(shū)是圖像處理理論與以MATLAB為主要工具的軟件實(shí)踐方法相結(jié)合的第一本書(shū)。特色在于重點(diǎn)強(qiáng)調(diào)如何通過(guò)開(kāi)發(fā)新代碼來(lái)加強(qiáng)軟件工具。介紹MATLAB編程基礎(chǔ)知識(shí)之后,講述了圖像處理的主干內(nèi)容,包括灰度變換、線性和非線性空間濾波、頻率域?yàn)V波、圖像恢復(fù)與配準(zhǔn)、彩色圖像處理、小波、圖像數(shù)據(jù)壓縮、形態(tài)學(xué)圖像處理、圖像分割、區(qū)域和邊界表示與描述,以及目標(biāo)識(shí)別。    本書(shū)可供從事信號(hào)與信息處理、汁算機(jī)科學(xué)與技術(shù)、通信工程、地球物理等專(zhuān)業(yè)的大專(zhuān)院校師生學(xué)習(xí)參考。

作者簡(jiǎn)介

作者:(美國(guó))岡薩雷斯(Rafael C.Gonzalez) (美國(guó))Richard E.Woods (美國(guó))Steven L.Eddins

書(shū)籍目錄

1 Introduction Preview  1.1 Background  1.2 What Is Digital Image Processing?  1.3 Background on MATLAB and the Image Processing Toolbox  1.4 Areas of Image Processing Covered in the Book  1.5 The Book Web Site  1.6 Notation  1.7 The MATLAB Working Environment  1.8 How References Are Organized in the Book  Summary 2 Fundamentals  Preview  2.1 Digital Image Representation  2.2 Reading Images  2.3 Displaying Images  2.4 Writing Images  2.5 Data Classes  2.6 Image Types  2.7 Converting between Data Classes and Image Types  2.8 Array Indexing  2.9 Some Important Standard Arrays  2.10 Introduction to M-Function Programming  Summary3 Intensity Transformations and Spatial Filtering4 Frequency Domain Processing5 Image Restoration6 Color Image Processing7 Wavelets8 Image Compression9 Morphological Image Processing10 Image Segmentation11 Representation and Dexcription12 Object RecognitionAppendix A Function SummaryAppendix B ICE and MATLAB Graphical User InterfacesAppendix C M-FunctionsBibliographyIndex

章節(jié)摘錄

插圖:Another way to obtain help for a specific function is by typing doe followedby the function name at the command prompt. For example, typing doe f o r matdisplays documentation for the function called format in the display pane ofthe Help Browser. This command opens the browser if it is not already open.   M-functions have two types of information that can be displayed by theuser. The first is called the H1 line, which contains the function name and aone-line description. The second is a block of explanation called the Help textblock (these are discussed in detail in Section 2.10.1). Typing help at theprompt followed by a function name displays both the H1 line and the Helptext for that function in the Command Window. Occasionally, this informationcan be more up to date than the information in the Help browser because it isextracted directly from the documentation of the M-function in question. Typ-ing lookfor followed by a keyword displays all the H1 lines that contain thatkeyword. This function is useful when looking for a particular topic withoutknowing the names of applicable functions. For example, typing look for edgeat the prompt displays all the H1 lines containing that keyword. Because theH1 line contains the function name, it then becomes possible to look at specif-ic functions using the other help methods. Typing lookfor edge -all at theprompt displays the H1 line of all functions that contain the word edge in ei-ther the H1 line or the Help text block.Words that contain the characters edgealso are detected. For example, the H1 line of a function containing the wordpolyedge in the H1 line or Help text would also be displayed.

編輯推薦

《數(shù)字圖像處理(MATLAB版)(英文版)》由電子工業(yè)出版社出版。

圖書(shū)封面

圖書(shū)標(biāo)簽Tags

無(wú)

評(píng)論、評(píng)分、閱讀與下載


    數(shù)字圖像處理 PDF格式下載


用戶(hù)評(píng)論 (總計(jì)55條)

 
 

  •   數(shù)字圖像處理(MATLAB版)(英文版)非常精彩,無(wú)法形容的精彩。
  •   對(duì)圖像處理和matlab的處理很有用,可以做講點(diǎn)教材使用。
  •   和數(shù)字圖像處理是配套的,很好用
  •   很好的圖像處理書(shū)籍,經(jīng)典
  •   這本書(shū)很好,英文版的許多地方理解上比中文翻譯版的要好很多
  •   以前買(mǎi)了本中文的由于英語(yǔ)學(xué)習(xí)需要,股買(mǎi)了本英文版的對(duì)照著看.
  •   英文版,據(jù)說(shuō)比中文版好的多
  •   看這種書(shū),就得看英文版的,慢慢看還是很有心得的。
  •   英文寫(xiě)作地道,買(mǎi)了學(xué)習(xí)英語(yǔ)
  •   還不錯(cuò),剛剛拿到,大概內(nèi)容都會(huì)
  •   考博必備經(jīng)典教材,多學(xué)有用
  •   I ***e this book very much,it is a successful work!My mum also ***e it too.
  •   很棒~(yú)就是需要的~
  •   英文原版很全面到位
  •   挺好的 是我們上課老師推薦的課本
  •   如題,啥都不說(shuō)了,就是送過(guò)來(lái)感覺(jué)有點(diǎn)破
  •   不錯(cuò)我真覺(jué)得這挺好的
  •   還是老外的書(shū)來(lái)得嚴(yán)謹(jǐn)。此書(shū)經(jīng)典到爆啊
  •   好好好,還沒(méi)看 好好好,還沒(méi)看
  •   還是讀英文原版的好,中文的翻譯有的時(shí)候會(huì)有問(wèn)題
  •   不錯(cuò),價(jià)格還是便宜,折上折的,本來(lái)就是經(jīng)典教程,有時(shí)間啃啃吧
  •   還是原版純正
  •   岡薩雷斯的經(jīng)典,頂
  •   非常好,你不錯(cuò)的選擇
  •   朋友推薦的,感覺(jué)正是我需要的。
  •   這本書(shū)更確切的說(shuō)應(yīng)該是MATLAB圖像處理,講MATLAB的比圖像處理要多。遺憾的是不帶源碼。
  •   書(shū)還沒(méi)讀,但搞圖像的都知道,這是必備品
  •   不錯(cuò),英文版要多下功夫看看
  •   這本書(shū)的內(nèi)容確實(shí)不錯(cuò),不過(guò)紙張?zhí)盍税?,里面的圖片印刷質(zhì)量真差,不會(huì)是盜版的吧?
  •   書(shū)的內(nèi)容很好,學(xué)習(xí)起來(lái)也不是很難
  •   好書(shū)但卻不一定適用,如果是實(shí)用主義,想拿來(lái)就用,不如換本其他的,如果想了解這一領(lǐng)域,建議這本書(shū),詳細(xì),全面
  •   書(shū)基本上是按要求上發(fā)送的,基本沒(méi)有問(wèn)題。
  •   老外的書(shū)講的詳細(xì),不過(guò)英語(yǔ)得好啊
  •   速度給力啊,上課要用的,還要英文的。。。
  •   質(zhì)量很好,紙張不錯(cuò),很經(jīng)典的一本教材,學(xué)校用作教科書(shū),用起來(lái)很好。
  •   幫小師弟買(mǎi)的,應(yīng)該還行吧
  •   書(shū)還沒(méi)看。感覺(jué)不錯(cuò)
  •   以為是理論和試驗(yàn),結(jié)果發(fā)現(xiàn)是調(diào)用MATLAB函數(shù)庫(kù)
  •   工具性太強(qiáng),不做課后習(xí)題的可以不用買(mǎi),但寫(xiě)得還行
  •   和同學(xué)一起買(mǎi)了三套書(shū),本以為會(huì)很好。收到發(fā)現(xiàn)書(shū)明顯感覺(jué)不是正版的。英文版里面Preface竟然是中文寫(xiě)的,而且沒(méi)有彩頁(yè)圖片,和同學(xué)中文版的對(duì)比了一下,差距甚遠(yuǎn)。而且書(shū)有褶皺讓人感覺(jué)比較舊。
  •   對(duì)照了Amazon與當(dāng)當(dāng)?shù)膬r(jià)格,發(fā)現(xiàn)當(dāng)當(dāng)便宜5塊錢(qián),可今天拿到書(shū)才知道非正版,沒(méi)有激光防偽標(biāo)志且翻開(kāi)后偶爾能發(fā)現(xiàn)印刷小斑點(diǎn),郁悶。雖然你便宜,但若不是正版也得說(shuō)明一下才行啊。
  •   書(shū)的質(zhì)量一般,看著不像正版的
  •   appendix B以及appendix C部分有幾頁(yè)的印刷有嚴(yán)重問(wèn)題,字跡有明顯的陰影,根本看不清印的是什么東西,如果不是嫌麻煩,真想換一本,影響心情啊。。。。。。上面的一分是打給書(shū)本質(zhì)量的,不是書(shū)的內(nèi)容。。。。。
  •   第二版是09年出的,現(xiàn)在已經(jīng)是2011年了,第一版就收起來(lái)吧,要與時(shí)俱進(jìn)。
  •   我只能說(shuō)西安庫(kù)發(fā)出來(lái)的這個(gè)太像盜版了
  •   專(zhuān)業(yè)需要的書(shū)籍,很不錯(cuò)
  •   邊學(xué)英語(yǔ)變學(xué)知識(shí),一舉兩得
  •   拿到這本書(shū)很失望,書(shū)很軟,紙很薄,很像盜版,并且還沒(méi)有激光防偽標(biāo)志的。 估計(jì)是盜版書(shū)~
  •   這門(mén)書(shū)一再的再版,逐漸其暢銷(xiāo)性和與時(shí)俱進(jìn)性,既經(jīng)典又新穎。
  •   看了100多面了。和我們老師在市面上買(mǎi)的尺寸不一樣,小了很多。字印的還行,就是有幾頁(yè)紙還有有紋路。感覺(jué)是網(wǎng)上專(zhuān)供的。而且到國(guó)外官網(wǎng)上一看,這書(shū)的資料已經(jīng)下架了,因?yàn)槎汲龅诙媪恕H缓笕ゴ砩痰木W(wǎng)站,也沒(méi)有書(shū)中自創(chuàng)的M文件,源圖片,課件的下載。總之失望了
  •   紙張很差 和我原來(lái)買(mǎi)的那本非matlab版紙張差多了 里面的圖片也沒(méi)有那本非matlab版的清晰
  •   一直聽(tīng)別人介紹不錯(cuò),這次買(mǎi)了下,覺(jué)得看了以后很受益,而且里面的程序很精簡(jiǎn),對(duì)于提高自己的matlab編程很有好處
  •   根據(jù)我對(duì)比亞馬遜總站的介紹,黑底的這個(gè)是第一版的,第二版的是白色的底。
  •   大牛寫(xiě)的
  •   買(mǎi)錯(cuò)了,我要買(mǎi)中文版的
 

250萬(wàn)本中文圖書(shū)簡(jiǎn)介、評(píng)論、評(píng)分,PDF格式免費(fèi)下載。 第一圖書(shū)網(wǎng) 手機(jī)版

京ICP備13047387號(hào)-7