《國(guó)外電子與通信教材系列:計(jì)算機(jī)視覺(jué)特征提取與圖像處理(第3版)(英文版)》是由英國(guó)南安普頓大學(xué)的Mark Nixon教授和Sportradar公司的Alberto S. Aguado在第二版的基礎(chǔ)上,于2012年9月推出的最新改版之作(第3版)。本次改版,主要的變化是將高級(jí)特征提取,分為固定形狀匹配與可變形形狀分析兩部分,并增加了新的一章內(nèi)容:運(yùn)動(dòng)對(duì)象檢測(cè)與描述。具體地,在簡(jiǎn)要介紹計(jì)算機(jī)視覺(jué)的基礎(chǔ)概念和基本的圖像處理運(yùn)算后,重點(diǎn)討論了低級(jí)和高級(jí)的特征提取,包括邊緣檢測(cè)、固定形狀匹配和可變形形狀分析。
《國(guó)外電子與通信教材系列:計(jì)算機(jī)視覺(jué)特征提取與圖像處理(第3版)(英文版)》可作為高等學(xué)校電子工程、計(jì)算機(jī)科學(xué)、計(jì)算機(jī)工程等專業(yè)本科生雙語(yǔ)教學(xué)教材,也可以作為圖像、視頻信號(hào)處理,模式識(shí)別和計(jì)算機(jī)視覺(jué)研究方向的博士、碩士研究生,以及相關(guān)專業(yè)的科研工作者的參考用書(shū)。
Contents
Preface xi
About the authors xvii
CHAPTER 1 Introduction
1.1 Overview
1.2 Human and computer vision
1.3 The human vision system
1.3.1 The eye.
1.3.2 The neural system
1.3.3 Processing
1.4 Computer vision systems
1.4.1 Cameras
1.4.2 Computer interfaces
1.4.3 Processing an image
1.5 Mathematical systems
1.5.1 Mathematical tools
1.5.2 Hello Matlab, hello images!
1.5.3 Hello Mathcad!
1.6 Associated literature
1.6.1 Journals, magazines, and conferences
1.6.2 Textbooks
1.6.3 The Web
1.7 Conclusions
1.8 References
CHAPTER 2 Images, Sampling, and Frequency Domain Processing
2.1 Overview
2.2 Image formation.
2.3 The Fourier transform
2.4 The sampling criterion
2.5 The discrete Fourier transform
2.5.1 1D transform
2.5.2 2D transform
2.6 Other properties of the Fourier transform
2.6.1 Shift invariance
2.6.2 Rotation
2.6.3 Frequency scaling
2.6.4 Superposition (linearity)
2.7 Transforms other than Fourier
2.7.1 Discrete cosine transform
2.7.2 Discrete Hartley transform
2.7.3 Introductory wavelets
2.7.4 Other transforms
2.8 Applications using frequency domain properties
2.9 Further reading
2.10 References
CHAPTER 3 Basic Image Processing Operations
……