日韩偷拍一区二区,国产香蕉久久精品综合网,亚洲激情五月婷婷,欧美日韩国产不卡

在線客服
學習 Open CV(影印版)圖書
人氣:45

學習 Open CV(影印版)

學習0penCV》將你置身于迅速發展的計算機視覺領域。本書作者是免費開源0penCV的發起人,這本書為你介紹了計算機視覺,例證了如何迅速建立使計算機能"看"的應用程序,以及如何基于計算機獲取的數據作出決策。 計算...
  • 所屬分類:圖書 >計算機/網絡>影印版  
  • 作者:(美)[布拉德斯基],(美)[克勒] 著
  • 產品參數:
  • 叢書名:--
  • 國際刊號:9787564116293
  • 出版社:東南大學出版社
  • 出版時間:2009-04
  • 印刷時間:2009-04-01
  • 版次:1
  • 開本:16開
  • 頁數:--
  • 紙張:膠版紙
  • 包裝:平裝
  • 套裝:

內容簡介

學習0penCV》將你置身于迅速發展的計算機視覺領域。本書作者是免費開源0penCV的發起人,這本書為你介紹了計算機視覺,例證了如何迅速建立使計算機能"看"的應用程序,以及如何基于計算機獲取的數據作出決策。

計算機視覺幾乎隨處可見:安全系統、管理檢驗系統、醫學圖像分析、無人機等。它將Google地圖和Google地球結合在一起,在LCD屏幕上核對像素,確保襯衫上的每一個針腳都縫合。OpenCV提供了一個簡易實用的計算機視覺框架以及一個含有超過500種可以實時運行視覺代碼的函數的綜合庫。《學習OpenCV》在每一章里教授任何OpenCV的開發者或熱愛者如何在這些實戰經驗的幫助下迅速掌握該軟件。這本書包括了如下內容:

對0penCV詳盡的介紹

從照相機中導入圖片

轉換圖像

分割圖像和形狀匹配

模式識別,包括人臉檢測

兩到三個計量單位間的跟蹤和運動

立體視覺中的3D再現

機器學習算法

使機器能看見是一個具有挑戰卻又充滿樂趣的目標。無論你是想建立一個簡單的還是復雜的視覺應用程序,《學習OpenCV》都是你入門的必備教材。

編輯推薦

"這本寶庫對專業人員來講非常有用,對初涉這個領域的人們也是個絕好的工具。像其宣傳的那樣,它是一組計算機視覺算法。"

——William T.Freeman.

麻省理工學院計算機科學與人工智能實驗室"《學習0penCV》即將占據每從從事計算機視覺領域的人的書架上顯著的一處。"

——David Lowe,英屬哥

作者簡介

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

目錄

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

在線預覽

Chapter 1 oVerviw

What Is OpenCV?

OpenCV [OpenCV] is an open source (see opensource.org) computer vision library available from SourceForge.net/projects/opencvlibrary. The library is written in Cand C++ and runs under Linux, Windows and Mac OS X. There is active development on interfaces for Python, Ruby, Matlab, and other languages.

OpenCV was designed for computational efficiency and with a strong focus on realtime applications. OpenCV is written in optimized C and can take advantage of mul ticore processors. If you desire further automatic optimization on Intel architectures [Intel], you can buy Intel's Integrated Performance Primitives (IPP) libraries [IPP], which consist of low-level optimized routines in many different algorithmic areas. OpenCV automatically uses the appropriate IPP library at runtime if that library is installed.

One of OpenCV's goals is to provide a simple-to-use computer vision infrastructure that helps people build fairly sophisticated vision applicatio'ns quickly. The OpenCV library contains over 500 functions that span many areas in vision。 including factory product inspection, medical imaging, security, user interface, camera calibration, stereo vision, and robotics. Because computer vision and machine learning often go hand-inhand, OpenCV also contains a full, general-purpose Machine Learning Library (MLL).This sublibrary is focused on statistical pattern recognition and clustering. The MLL is highly useful for the vision tasks that are at the core of OpenCV's mission, but it is gen eral enough to be used for any machine learning problem.

Who Uses OpenCV?

Most computer scientists and practical programmers are aware of some facet of the role that computer vision plays. But few people are aware of all the ways in which computer vision is used. For example, most people are somewhat aware of its use in surveillance,and many also know that it is increasingly being used for images and yideo on the Web. A few have seen some use of computer vision in game interfaces.

……

網友評論(不代表本站觀點)

來自tonyyuy**的評論:

例子詳細,從網上購書到送書上門時間為5天。

2009-06-22 14:59:44
來自czlx070**的評論:

挺詳細的

2009-09-03 00:31:52
來自無昵稱**的評論:

幫老公的弟弟買的,正好需要。比較實用。

2009-09-05 13:54:13
來自無昵稱**的評論:

好書,正在看

2009-09-10 11:20:45
來自無昵稱**的評論:

good!!!

2009-12-18 21:50:07
來自yatoilo**的評論:

有些地方想看看中文……

2010-04-25 08:27:01
來自中國娃**的評論:

都很不錯

2011-09-08 10:12:21
來自guoguo3**的評論:

這個商品不錯~

2013-12-24 10:31:02
來自qiulk**的評論:

2014-11-26 17:35:25
來自紫冰2**的評論:

5.25訂的,26發的貨~我是上海的,到現在還沒收到,而且在26日就降價了,訂單不能取消。不知道送貨的要拖到什么時候

2009-05-30 09:27:12
來自無昵稱**的評論:

書到得時候已經很陳舊了,有非常明顯的褶皺,估計就是壓倉庫的,想退貨。年前有事耽誤,現在肯定退不了貨了。

2013-03-06 04:08:34
來自無昵稱**的評論:

雖然對英語要求高,但最起碼不會誤解原文意思

2010-09-27 15:02:43
來自yufeng1**的評論:

確實是opencv的經典。有中文版的,但是覺得翻譯的不是很好。還是讀原版的好!!

2010-03-16 09:04:12
來自停留的**的評論:

印刷 和紙張沒得說咯。建議有英語水平的看,畢竟還是一門外語,理解起來不如中文直接。

2010-04-28 09:46:14
來自云間刀**的評論:

非常不錯的入門書籍,廣度和深度恰到好處,適合入門看。比國內的那本OpenCV書好太多了。

2009-09-22 10:54:15
來自roserux**的評論:

非常感謝引進這本經典的原版書,質量很好,書的內容非常豐富。把opencv各種數據結構和函數原理,已經內在聯系解釋的非常清楚,是初學opencv非常好的參考書。建議當當多進影印版的英文原版書。

2010-02-08 18:55:49
來自余國亮**的評論:

該書是OpenCV方面的入門基礎讀物,對于喜歡計算機視覺、圖像處理的人士有一定的參考價值。另外東南影印書的印刷質量也還可以,清華的中文版就相對來講印刷差了很多,而且翻譯的也不怎么樣,建議有一定英文基礎的最好買影印版的看,呵呵。

2009-12-07 11:20:04

免責聲明

更多出版社
主站蜘蛛池模板: 寿光市| 河南省| 龙南县| 澎湖县| 洛阳市| 杭锦后旗| 建平县| 罗甸县| 潜山县| 苏尼特左旗| 修文县| 郸城县| 新建县| 搜索| 伊吾县| 南阳市| 宁阳县| 永昌县| 贺兰县| 抚顺县| 酒泉市| 西乌珠穆沁旗| 家居| 桂林市| 奉节县| 北京市| 马鞍山市| 潜山县| 宁武县| 乡城县| 同仁县| 保靖县| 寻乌县| 连云港市| 佛学| 龙泉市| 晋宁县| 德保县| 绥江县| 华亭县| 盈江县|