計算機視覺――一種現代方法(第二版)(英文版) [Computer Vision: A Modern Approach,Second Edition] pdf epub mobi txt 電子書 下載 2024

圖書介紹


計算機視覺――一種現代方法(第二版)(英文版) [Computer Vision: A Modern Approach,Second Edition]

簡體網頁||繁體網頁
[美] David,A.,Forsyth(戴維·,A.,福賽斯) ... 著,David,A.,Forsyth 譯



點擊這裡下載
    

想要找書就要到 靜流書站
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2024-04-25


類似圖書 點擊查看全場最低價

齣版社: 電子工業齣版社
ISBN:9787121318269
版次:2
商品編碼:12125621
包裝:平裝
叢書名: 國外計算機科學教材係列
外文名稱:Computer Vision: A Modern Approach,Second Edition
開本:16開
齣版時間:2017-06-01
用紙:膠版紙
頁數:732

計算機視覺――一種現代方法(第二版)(英文版) [Computer Vision: A Modern Approach,Second Edition] epub 下載 mobi 下載 pdf 下載 txt 電子書 下載 2024

相關圖書



計算機視覺――一種現代方法(第二版)(英文版) [Computer Vision: A Modern Approach,Second Edition] epub 下載 mobi 下載 pdf 下載 txt 電子書 下載 2024

計算機視覺――一種現代方法(第二版)(英文版) [Computer Vision: A Modern Approach,Second Edition] pdf epub mobi txt 電子書 下載



具體描述

編輯推薦

適讀人群 :本書可作為計算機幾何學、計算機圖形學、圖像處理、模式識彆、機器人學等專業高年級本科生和研究生的雙語教材或參考書,也可供從事相關領域研究的工程技術人員參考閱讀。

*數學知識簡潔,清晰

*關於現代特徵的內容

*現代圖像編輯技術以及物體識彆技術


內容簡介

計算機視覺是研究如何使人工係統從圖像或多維數據中"感知”的科學。本書是計算機視覺領域的經典教材,內容涉及幾何攝像模型、光照及陰影、顔色、綫性濾波、局部圖像特徵、紋理、立體視覺運動結構、聚類分割、組閤與模型擬閤、跟蹤、配準、平滑錶麵與輪廓、深度數據、圖像分類、對象檢測與識彆、基於圖像的建模與渲染、人形研究、圖像搜索與檢索、優化技術等內容。與前一版相比,本書簡化瞭部分主題,增加瞭應用示例,重寫瞭關於現代特性的內容,詳述瞭現代圖像編輯技術與對象識彆技術。

作者簡介

  David Forsyth:1984年於威特沃特斯蘭德大學取得瞭電氣工程學士學位,1986年取得電氣工程碩士學位,1989年於牛津貝列爾學院取得博士學位。之後在艾奧瓦大學任教3年,在加州大學伯剋利分校任教10年,再後在伊利諾伊大學任教。2000年和2001年任IEEE計算機視覺與模式識彆會議(CVPR)執行副主席,2006年任CVPR常任副主席,2008年任歐洲計算機視覺會議執行副主席,是所有關於計算機視覺主要國際會議的常任執委會成員。他為SIGGRAPH執委會工作瞭5期。2006年獲IEEE技術成就奬,2009年成為IEEE會士。

  Jean Ponce:於1988年在巴黎奧賽大學獲得計算機科學博士學位。1990年至2005年,作為研究科學傢分彆供職於法國國傢信息研究所、麻省理工學院人工智能實驗室和斯坦福大學機器人實驗室;1990年至2005年,供職於伊利諾伊大學計算機科學係。2005年開始,成為法國巴黎高等師範學校教授。


目錄

i image formation 1
1 geometric camera models 3
1.1 image formation 4
1.1.1 pinhole perspective 4
1.1.2 weak perspective 6
1.1.3 cameras with lenses 8
1.1.4 the human eye 12
1.2 intrinsic and extrinsic parameters 14
1.2.1 rigid transformations and homogeneous coordinates 14
1.2.2 intrinsic parameters 16
1.2.3 extrinsic parameters 18
1.2.4 perspective projection matrices 19
1.2.5 weak-perspective projection matrices 20
1.3 geometric camera calibration 22
1.3.1 alinear approach to camera calibration 23
1.3.2 anonlinear approach to camera calibration 27
1.4 notes 29
2 light and shading 32
2.1 modelling pixel brightness 32
2.1.1 reflection at surfaces 33
2.1.2 sources and their effects 34
2.1.3 the lambertian+specular model 36
2.1.4 area sources 36
2.2 inference from shading 37
2.2.1 radiometric calibration and high dynamic range images 38
2.2.2 the shape of specularities 40
2.2.3 inferring lightness and illumination 43
2.2.4 photometric stereo: shape from multiple shaded images 46
2.3 modelling interreflection 52
2.3.1 the illumination at a patch due to an area source 52
2.3.2 radiosity and exitance 54
2.3.3 an interreflection model 55
2.3.4 qualitative properties of interreflections 56
2.4 shape from one shaded image 59
2.5 notes 61
3 color 68
3.1 human color perception 68
3.1.1 color matching 68
3.1.2 color receptors 71
3.2 the physics of color 73
3.2.1 the color of light sources 73
3.2.2 the color of surfaces 76
3.3 representing color 77
3.3.1 linear color spaces 77
3.3.2 non-linear color spaces 83
3.4 amodel of image color 86
3.4.1 the diffuse term 88
3.4.2 the specular term 90
3.5 inference from color 90
3.5.1 finding specularities using color 90
3.5.2 shadow removal using color 92
3.5.3 color constancy: surface color from image color 95
3.6 notes 99
ii early vision: just one image 105
4 linear filters 107
4.1 linear filters and convolution 107
4.1.1 convolution 107
4.2 shift invariant linear systems 112
4.2.1 discrete convolution 113
4.2.2 continuous convolution 115
4.2.3 edge effects in discrete convolutions 118
4.3 spatial frequency and fourier transforms 118
4.3.1 fourier transforms 119
4.4 sampling and aliasing 121
4.4.1 sampling 122
4.4.2 aliasing 125
4.4.3 smoothing and resampling 126
4.5 filters as templates 131
4.5.1 convolution as a dot product 131
4.5.2 changing basis 132
4.6 technique: normalized correlation and finding patterns 132
4.6.1 controlling the television by finding hands by normalized
correlation 133
4.7 technique: scale and image pyramids 134
4.7.1 the gaussian pyramid 135
4.7.2 applications of scaled representations 136
4.8 notes 137
5 local image features 141
5.1 computing the image gradient 141
5.1.1 derivative of gaussian filters 142
5.2 representing the image gradient 144
5.2.1 gradient-based edge detectors 145
5.2.2 orientations 147
5.3 finding corners and building neighborhoods 148
5.3.1 finding corners 149
5.3.2 using scale and orientation to build a neighborhood 151
5.4 describing neighborhoods with sift and hog features 155
5.4.1 sift features 157
5.4.2 hog features 159
5.5 computing local features in practice 160
5.6 notes 160
6 texture 164
6.1 local texture representations using filters 166
6.1.1 spots and bars 167
6.1.2 from filter outputs to texture representation 168
6.1.3 local texture representations in practice 170
6.2 pooled texture representations by discovering textons 171
6.2.1 vector quantization and textons 172
6.2.2 k-means clustering for vector quantization 172
6.3 synthesizing textures and filling holes in images 176
6.3.1 synthesis by sampling local models 176
6.3.2 filling in holes in images 179
6.4 image denoising 182
6.4.1 non-local means 183
6.4.2 block matching 3d (bm3d) 183
6.4.3 learned sparse coding 184
6.4.4 results 186
6.5 shape from texture 187
6.5.1 shape from texture for planes 187
6.5.2 shape from texture for curved surfaces 190
6.6 notes 191
iii early vision: multiple images 195
7 stereopsis 197
7.1 binocular camera geometry and the epipolar constraint 198
7.1.1 epipolar geometry 198
7.1.2 the essential matrix 200
7.1.3 the fundamental matrix 201
7.2 binocular reconstruction 201
7.2.1 image rectification 202
7.3 human stereopsis 203
7.4 local methods for binocular fusion 205
7.4.1 correlation 205
7.4.2 multi-scale edge matching 207
7.5 global methods for binocular fusion 210
7.5.1 ordering constraints and dynamic programming 210
7.5.2 smoothness and graphs 211
7.6 using more cameras 214
7.7 application: robot navigation 215
7.8 notes 216
8 structure from motion 221
8.1 internally calibrated perspective cameras 221
8.1.1 natural ambiguity of the problem 223
8.1.2 euclidean structure and motion from two images 224
8.1.3 euclidean structure and motion from multiple images 228
8.2 uncalibrated weak-perspective cameras 230
8.2.1 natural ambiguity of the problem 231
8.2.2 affine structure and motion from two images 233
8.2.3 affine structure and motion from multiple images 237
8.2.4 from affine to euclidean shape 238
8.3 uncalibrated perspective cameras 240
8.3.1 natural ambiguity of the problem 241
8.3.2 projective structure and motion from two images 242
8.3.3 projective structure and motion from multiple images 244
8.3.4 from projective to euclidean shape 246
8.4 notes 248
iv mid-level vision 253
9 segmentation by clustering 255
9.1 human vision: grouping and gestalt 256
9.2 important applications 261
9.2.1 background subtraction 261
9.2.2 shot boundary detection 264
9.2.3 interactive segmentation 265
9.2.4 forming image regions 266
9.3 image segmentation by clustering pixels 268
9.3.1 basic clustering methods 269
9.3.2 the watershed algorithm 271
9.3.3 segmentation using k-means 272
9.3.4 mean shift: finding local modes in data 273
9.3.5 clustering and segmentation with mean shift 275
9.4 segmentation, clustering, and graphs 277
9.4.1 terminology and facts for graphs 277
9.4.2 agglomerative clustering with a graph 279
9.4.3 divisive clustering with a graph 281
9.4.4 normalized cuts 284
9.5 image segmentation in practice 285
9.5.1 evaluating segmenters 286
9.6 notes 287
10 grouping and model fitting 290
10.1 the hough transform 290
10.1.1 fitting lines with the hough transform 290
10.1.2 using the hough transform 292
10.2 fitting lines and planes 293
10.2.1 fitting a single line 294
10.2.2 fitting planes 295
10.2.3 fitting multiple lines 296
10.3 fitting curved structures 297
10.4 robustness 299
10.4.1 m-estimators 300
10.4.2 ransac: searching for good points 302
10.5 fitting using probabilistic models 306
10.5.1 missing data problems 307
10.5.2 mixture models and hidden variables 309
10.5.3 the em algorithm for mixture models 310
10.5.4 difficulties with the em algorithm 312
10.6 motion segmentation by parameter estimation 313
10.6.1 optical flow and motion 315
10.6.2 flow models 316
10.6.3 motion segmentation with layers 317
10.7 model selection: which model is the best fit? 319
10.7.1 model selection using cross-val 計算機視覺――一種現代方法(第二版)(英文版) [Computer Vision: A Modern Approach,Second Edition] 下載 mobi epub pdf txt 電子書

計算機視覺――一種現代方法(第二版)(英文版) [Computer Vision: A Modern Approach,Second Edition] pdf epub mobi txt 電子書 下載
想要找書就要到 靜流書站
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

用戶評價

評分

正版

評分

滿意。

評分

滿意。

評分

很好,經典,買瞭中文版做參考

評分

正版

評分

很好,值得學習

評分

經典圖書 內容還是很不錯的

評分

很棒

評分

正版

類似圖書 點擊查看全場最低價

計算機視覺――一種現代方法(第二版)(英文版) [Computer Vision: A Modern Approach,Second Edition] pdf epub mobi txt 電子書 下載


分享鏈接


去京東購買 去京東購買
去淘寶購買 去淘寶購買
去噹噹購買 去噹噹購買
去拼多多購買 去拼多多購買


計算機視覺――一種現代方法(第二版)(英文版) [Computer Vision: A Modern Approach,Second Edition] bar code 下載
扫码下載





相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 windowsfront.com All Rights Reserved. 靜流書站 版權所有