| *數量非實際在台庫存 *完成訂單後正常情形下約兩周可抵台。 *本賣場提供之資訊僅供參考,以到貨標的為實際資訊。 印行年月:202312*若逾兩年請先於私訊洽詢存貨情況,謝謝。 台灣(台北市)在地出版社,每筆交易均開具統一發票,祝您中獎最高1000萬元。 書名:計算機視覺特徵提取與圖像處理 (第四版) (英文版) ISBN:9787121467875 出版社:電子工業 著編譯者:馬克.S.尼克鬆 阿爾伯托.S.阿瓜多 頁數:594 所在地:中國大陸 *此為代購商品 書號:1603655 可大量預訂,請先連絡。 【台灣高等教育出版社簡體書】 計算機視覺特徵提取與圖像處理 (第四版) (英文版) 787121467875 馬克.S.尼克鬆 阿爾伯托.S.阿瓜多 內容簡介本書在前三版的基礎上,為適應計算機視覺領域的革命性變化——深度學習的出現,出版了第四版。更新內容主要體現在:偽代碼描述改用Python和MATLAB(放棄了Mathcad);新增闡述深度學習,包括主要的深度網路結構、學習得到的深度特徵和性能評價。此外,本書還補充了雙向濾波、Krawtchouk矩、超像素、空時興趣點和更多的距離測度等。總之,本書既涵蓋基礎,又突出重點,全面闡述了邊緣檢測、固定形狀匹配、可變形狀分析、目標描述、基於區域的分析和運動對象檢測及描述等低級和高級特徵提取方法。 本書適合作為電子工程、計算機科學、計算機工程等專業的本科雙語教學教材,也適合圖像及視頻信號處理、模式識別和計算機視覺方向的研究生參考閱讀。 作者簡介阿爾伯托·S 阿瓜多,英國Foundry公司的主要演算法研究員和開發者,專註于面向視頻製作的圖像處理、計算機視覺和顯示技術。此前曾任Natural Motion公司動畫技術研究主管,在Sportradar公司負責開發麵向運動跟蹤的圖像處理技術。Aguado在英國南安普敦大學獲計算機視覺/圖像處理的博士學位,並曾在英國薩里大學視覺、語音和信號處理中心任職講師。 目錄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 5 Processing images 圖像處理 1 5 1 Processing 處理 1 5 2 Hello Python, hello images Python 圖像初探 1 5 3 Mathematical tools 數學工具 1 5 4 Hello Matlab MATLAB 圖像初探 1 6 Conclusions 小結 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 One-dimensional transform 一維變換 2 5 2 Two-dimensional transform 二維變換 2 6 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 6 5 The importance of phase 相位的重要性 2 7 Transforms other than Fourier 除傅里葉變換以外的其他變換 2 7 1 Discrete cosine transform 離散餘弦變換 2 7 2 Discrete Hartley Transform 離散Hartley變換 2 7 3 Introductory wavelets 小波簡介 2 7 4 Other transforms 其他變換 2 8 Applications using frequency domain properties 頻域特性的應用 2 9 Further reading 擴展閱讀 References 參考文獻 Chapter 3 Image processing 圖像處理運算 3 1 Overview 概述 3 2 Histograms 直方圖 3 3 Point operators 點運算 3 3 1 Basic point operations 基本點運算 3 3 2 Histogram normalisation 直方圖歸一化 3 3 3 Histogram equalisation 直方圖均衡化 3 3 4 Thresholding 閾值處理 3 4 Group operations 組運算 3 4 1 Template convolution 模板卷積 3 4 2 Averaging operator 平均運算元 3 4 3 On different template size 不同的模板大小 3 4 4 Template convolution via the Fourier transform 利用傅里葉變換的模板卷積 3 4 5 Gaussian averaging operator 高斯平均運算元 3 4 6 More on averaging 更多平均處理 3 5 Other image processing operators 其他圖像處理操作 3 5 1 Median filter 中值濾波 3 5 2 Mode filter 眾數濾波 3 5 3 Nonlocal means 非局部均值 3 5 4 Bilateral filtering 雙邊濾波 3 5 5 Anisotropic diffusion 各向異性擴散 3 5 6 Comparison of smoothing operators 各種平滑運算元的比較 3 5 7 Force field transform 力場變換 3 5 8 Image ray transform 圖像射線變換 3 6 Mathematical morphology 數學形態學 3 6 1 Morphological operators 形態學運算元 3 6 2 Grey level morphology 灰度形態學 3 6 3 Grey level erosion and dilation 灰度圖像的腐蝕和膨脹 3 6 4 Minkowski operators Minkowski 運算元 3 7 Further reading 擴展閱讀 References 參考文獻 Chapter 4 Low-level feature extraction (including edge detection) 低級特徵提取(包括邊緣檢測) 4 1 Overview 概述 4 2 Edge detection 邊緣檢測 4 2 1 First-order edge detection operators 一階邊緣檢測運算元 4 2 2 Second-order edge detection operators 二階邊緣檢測運算元 4 2 3 Other edge detection operators 其他邊緣檢測運算元 4 2 4 Comparison of edge detection operators 邊緣檢測運算元的比較 4 2 5 Further reading on edge detection 關於邊緣檢測的擴展閱讀 4 3 Phase congruency 相位一致性 4 4 Localised feature extraction 定位特徵提取 4 4 1 Detecting image curvature (corner extraction) 檢測圖像曲率(角點提取) 4 4 2 Feature point detection: region/patch analysis 特徵點檢測:區域/樣本塊分析 4 4 3 Saliency 顯著度 4 5 Describing image motion 描述圖像運動 4 5 1 Area-based approach 基於區域的方法 4 5 2 Differential approach 差分方法 4 5 3 Recent developments: deep flow, epic flow and extensions 新近發展:深度流,epic流和擴展 4 5 4 Analys 詳細資料或其他書籍請至台灣高等教育出版社查詢,查後請於PChome商店街私訊告知ISBN或書號,我們即儘速上架。 |