《國外電子與通信教材系列:計算機視覺特征提取與圖像處理(第3版)(英文版)》是由英國南安普頓大學的Mark Nixon教授和Sportradar公司的Alberto S. Aguado在第二版的基礎上,于2012年9月推出的最新改版之作(第3版)。本次改版,主要的變化是將高級特征提取,分為固定形狀匹配與可變形形狀分析兩部分,并增加了新的一章內(nèi)容:運動對象檢測與描述。具體地,在簡要介紹計算機視覺的基礎概念和基本的圖像處理運算后,重點討論了低級和高級的特征提取,包括邊緣檢測、固定形狀匹配和可變形形狀分析。
作者簡介
暫缺《計算機視覺特征提取與圖像處理(第3版 英文版)》作者簡介
圖書目錄
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
……