<var id="4c1gn"><form id="4c1gn"><dfn id="4c1gn"></dfn></form></var>
<rt id="4c1gn"><form id="4c1gn"></form></rt><code id="4c1gn"></code>
		
注冊 | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當(dāng)前位置: 首頁出版圖書科學(xué)技術(shù)計算機(jī)/網(wǎng)絡(luò)計算機(jī)科學(xué)理論與基礎(chǔ)知識學(xué)習(xí)Open CV(影印版)

學(xué)習(xí)Open CV(影印版)

學(xué)習(xí)Open CV(影印版)

定 價:¥74.00

作 者: (美)布拉德斯基,(美)克勒 著
出版社: 東南大學(xué)出版社
叢編項:
標(biāo) 簽: 影印版

ISBN: 9787564116293 出版時間: 2009-04-01 包裝: 平裝
開本: 16開 頁數(shù): 555 字?jǐn)?shù):  

內(nèi)容簡介

  《學(xué)習(xí)0penCV》將你置身于迅速發(fā)展的計算機(jī)視覺領(lǐng)域。本書作者是免費開源0penCV的發(fā)起人,這本書為你介紹了計算機(jī)視覺,例證了如何迅速建立使計算機(jī)能“看”的應(yīng)用程序,以及如何基于計算機(jī)獲取的數(shù)據(jù)作出決策。計算機(jī)視覺幾乎隨處可見:安全系統(tǒng)、管理檢驗系統(tǒng)、醫(yī)學(xué)圖像分析、無人機(jī)等。它將Google地圖和Google地球結(jié)合在一起,在LCD屏幕上核對像素,確保襯衫上的每一個針腳都完全縫合。OpenCV提供了一個簡易實用的計算機(jī)視覺框架以及一個含有超過500種可以實時運(yùn)行視覺代碼的函數(shù)的綜合庫。《學(xué)習(xí)OpenCV》在每一章里教授任何OpenCV的開發(fā)者或熱愛者如何在這些實戰(zhàn)經(jīng)驗的幫助下迅速掌握該軟件。這本書包括了如下內(nèi)容:對0penCV全面詳盡的介紹從照相機(jī)中導(dǎo)入圖片轉(zhuǎn)換圖像分割圖像和形狀匹配模式識別,包括人臉檢測兩到三個計量單位間的跟蹤和運(yùn)動立體視覺中的3D再現(xiàn)機(jī)器學(xué)習(xí)算法使機(jī)器能看見是一個具有挑戰(zhàn)卻又充滿樂趣的目標(biāo)。無論你是想建立一個簡單的還是復(fù)雜的視覺應(yīng)用程序,《學(xué)習(xí)OpenCV》都是你入門的必備教材。

作者簡介

  倫比亞大學(xué)計算機(jī)科學(xué)教授Gary Rost BradSki博士,斯坦福大學(xué)人工智能實驗室的顧問教授,也是Willow Garage公司機(jī)器;人學(xué)研究協(xié)會的資深科學(xué)家。Ad rian Kaehler博士,Applied Mind S公司的資深科學(xué)家,從事機(jī)器學(xué)習(xí)、統(tǒng)計建模、計算機(jī)視覺和機(jī)器人學(xué)方面的研究。

圖書目錄

Preface
1. Overview
What Is OpenCV?
Who Uses OpenCV?
What Is Computer Vision?
The Origin of OpenCV
Downloading and Installing OpenCV
Getting the Latest OpenCV via CVS
More OpenCV Documentation
OpenCV Structure and Content
Portability
Exercises
2. Introduction to OpenCV
Getting Started
First Program--Display a Picture
Second Program--AVI Video
Moving Around
A Simple Transformation
A Not-So-Simple Transformation
Input from a Camera
Writing to an AVI File
Onward
Exercises
3. Gettingto KnowOpenCV
OpenCV Primitive Data Types
CvMat Matrix Structure
IplImage Data Structure
Matrix and Image Operators
Drawing Things
Data Persistence
Integrated Performance Primitives
Summary
Exercises
4. HighGUI
A Portable Graphics Toolkit
Creating a Window
Loading an Image
Displaying Images
Working with Video
ConvertImage
Exercises
5. Image Processing
Overview
Smoothing
Image Morphology
Flood Fill
Resize
Image Pyramids
Threshold
Exercises
6. Image Transforms
Overview
Convolution
Gradients and Sobel Derivatives
Laplace
Canny
Hough Transforms
Remap
Stretch, Shrink, Warp, and Rotate
CartToPolar and PolarToCart
LogPolar
Discrete Fourier Transform (DFT)
Discrete Cosine Transform (DCT)
Integral Images
Distance Transform
Histogram Equalization
Exercises
7. Histograms and Matching
Basic Histogram Data Structure
Accessing Histograms
Basic Manipulations with Histograms
Some More Complicated Stuff
Exercises
8. Contours
Memory Storage
Sequences
Contour Finding
Another Contour Example
More to Do with Contours
Matching Contours
Exercises
9. Image Parts and Segmentation
Parts and Segments
Background Subtraction
Watershed Algorithm
Image Repair by Inpainting
Mean-Shift Segmentation
Delaunay Triangulation, Voronoi Tesselation
Exercises
10. Tracking and Motion
The Basics of Tracking
Corner Finding
Subpixel Corners
Invariant Features
Optical Flow
Mean-Shift and Camshift Tracking
Motion Templates
Estimators
The Condensation Algorithm
Exercises
11. Camera Models and Calibration
Camera Model
Calibration
Undistortion
Putting Calibration All Together
Rodrigues Transform
Exercises
12. Projection and 3D Vision
Projections
Affine and Perspective Transformations
POSIT: 3D Pose Estimation
Stereo Imaging
Structure from Motion
Fitting Lines in Two and Three Dimensions
Exercises
13. Machine Learning
What Is Machine Learning
Common Routines in the ML Library
Mahalanobis Distance
K-Means
Naive/Normal Bayes Classifier
Binary Decision Trees
Boosting
 Random Trees
 Face Detection or Haar Classifier
 Other Machine Learning Algorithms
 Exercises
14. OpenCV's Future
Past and Future
 Directions
 OpenCV for Artists
 Afterword
 Bibliography
Index

本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號 鄂公網(wǎng)安備 42010302001612號