<<learning opencv>>,   布拉德斯基 (Bradski.G.) (作者), 克勒 (Kaehler.A.) (作者),   这本书一定要第二版的,因为第二版的讲的才是opencv2.0,第一版的是opencv1.0。第二版大概在2015年7月份出来。

Image Processing,Analysis,and Machine Vision(Third Edition)

Computer Vision Algorithms and Applications.pdf

http://opencv.org/books.html

Published books about OpenCV library:
  • OpenCV for Secret Agents

    • For intermediate and advanced programmers, this book teaches a broad range of skills in computer vision, signal processing, and application development. Even experienced users of OpenCV will discover new ideas and techniques in the book’s projects.

  • A Practical Introduction to Computer Vision with OpenCV
    • The book will explain how to use the relevant OpenCV library routines and will be accompanied by a full working program including the code snippets from the text. This textbook is a heavily illustrated, practical introduction to an exciting field, the applications of which are becoming almost ubiquitous.

  • Emgu CV Essentials
    • Emgu CV Essentials is a practical guide to the Emgu CV library, a .Net wrapper for the OpenCV image processing library. The main features and code samples are explained in order to give a better understanding of Emgu CV, with a wide variety of topics covered, from working with images and shape detection to creating a panorama from a series of images.

  • OpenCV Computer Vision Application Programming Cookbook, 2nd Edition
    • Over 50 recipes to help you build computer vision applications in C++ using the OpenCV library with this book.

  • Case Studies: Solving real-world problems with computer vision
    • From face detection, to handwriting recognition, to matching keypoints and SIFT descriptors, this book has one goal: to make you awesome at solving computer vision problems. This book is intended for developers and programmers who understand the basics of computer vision and are ready to apply their skills to solve actual, real-world problems.

  • Practical Python and OpenCV
    • An introductory computer vision book that takes an example driven, hands on approach. In just a single weekend, you can learn the basics of computer vision and image processing and have solid foundation to build on.

  • OpenCV Essentials
    • The book provides an example-based tour of OpenCV’s main modules and algorithms, including the latest available in version 3.0. Starting with the setup and description of the library, this book teaches you how to add graphical user interface capabilities to OpenCV programs.

  • Practical OpenCV
    • Practical OpenCV is a hands-on project book that shows you how to get the best results from OpenCV, the open-source computer vision library.

  • Learning OpenCV: Computer Vision in C++ with the OpenCV Library
    • The second edition of the book overviews new C++ interface for the whole library in a tutorial manner.

  • Instant OpenCV for iOS
    • Instant OpenCV for iOS is a practical guide, showing every important step for building a computer vision application for the iOS platform. It will help you to port your OpenCV code, profile and optimize it, and then wrap into a GUI application. This book helps you to learn how to build a simple, but powerful computer vision application for the iOS devices from scratch.

  • Android Application Programming with OpenCV
    • Android Application Programming with OpenCV is a practical, hands-on guide that covers the fundamental tasks of computer vision—capturing, filtering, and analyzing images-with step-by-step instructions for writing both an application and reusable library classes. Android Application Programming with OpenCV looks at OpenCV’s Java bindings for Android and dispels mysteries such as which version of these bindings to use, how to integrate with standard Android functionality for layout, event handling, and data sharing, and how to integrate with OpenGL for rendering.

  • Learning OpenCV: Computer Vision with the OpenCV Library
    • The first edition of the book overviews the C version of the whole library in a tutorial manner.

  • Instant OpenCV Starter
    • Instant OpenCV Starter is a practical, hands-on guide that will help you understand the importance of computer vision in real life as well as the various different functions of the OpenCV library via small programming projects with simple, detailed explanations.

  • OpenCV Computer Vision with Python
    • A practical, project-based tutorial for Python developers and hobbyists who want to get started with computer vision with OpenCV and Python.

  • OpenCV 2 Computer Vision Application Programming Cookbook
    • Cookbook application examples, C++ version of OpenCV 2.0.

  • Mastering OpenCV with Practical Computer Vision Projects
    • Detailed tutorials & full-source code for 9 projects (Augmented Reality, SfM, OCR, AAM & POSIT, 2D & 3D Face Tracking, Face Recognition, Kinect, Mobile), using C++ version of OpenCV 2.4.2 or newer.
    • Latest code is available at https://github.com/MasteringOpenCV/code
    • (Assumes you already know how to use OpenCV, such as by reading the 2 books above).
Books that mention OpenCV:
Video courses:
  • OpenCV Computer Vision Application Programming

    • This course will expose you to the key concepts of OpenCV and
      enable you to build your own computer vision applications. “OpenCV
      Computer Vision Application Programming” allows you to dive into the
      world of computer vision and get many practical benefits from it with
      minimal effort.

Non-English books:

books的更多相关文章

  1. 7 Must Read Python Books

    7 Must Read Python Books I started learning Python just two years ago. Coming from a C++ and Java ba ...

  2. TCP/IP BOOKS

    TCP/IP Fundamentals for Microsoft Windows: Overview https://technet.microsoft.com/en-us/library/bb72 ...

  3. UVa 714 Copying Books(二分)

    题目链接: 传送门 Copying Books Time Limit: 3000MS     Memory Limit: 32768 KB Description Before the inventi ...

  4. LightOJ1283 Shelving Books(DP)

    题目 Source http://www.lightoj.com/volume_showproblem.php?problem=1283 Description You are a librarian ...

  5. 抄书 Copying Books UVa 714

    Copying  Books 题目链接:http://acm.hust.edu.cn/vjudge/contest/view.action?cid=85904#problem/B 题目: Descri ...

  6. [LintCode] Copy Books 复印书籍

    Given an array A of integer with size of n( means n books and number of pages of each book) and k pe ...

  7. JSTL标签出错:<c:forEach var="book" items="${requestScope.books}" varStatus="status">

    今天在运行书里的JSTL标签代码的时候出错,总结一下: 问题1.The JSP specification requires that an attribute name is preceded by ...

  8. A Year Of Books - 2016 Javaer书单

    A Year Of Books - 2016 Javaer书单 (PS:欢迎留言推荐,很多来自白衣大哥的推荐) 1. OS & Networking <编码 : 隐匿在计算机软硬件背后的 ...

  9. A Personal Selection of Books on E lectromagnetics and Computational E lectromagnetics---David B. Davidson

    链接. General Books on Electromagnetics When our department recently reviewed our junior-level text, w ...

  10. 【NOIP提高组2015D2T1】uva 714 copying books【二分答案】——yhx

    Before the invention of book-printing, it was very hard to make a copy of a book. All the contents h ...

随机推荐

  1. Cron运行原理

    from:http://blog.chinaunix.net/uid-20682147-id-4977039.html 目录 目录 1 1. 前言 1 2. 示例 1 3. 工作过程 2 4. 一个诡 ...

  2. spring mvc 和mybatis整合 的异常处理

    1.自定义异常信息类 通过构造函数来实现异常信息的接收 public class CustomException extends Exception { //异常信息 private String m ...

  3. 用PHP Session和Javascript实现文件上传进度条,处理进度条

    参考http://www.pureweber.com/article/php-upload-progress/ php显示处理进度条http://blog.csdn.net/boabc2304/art ...

  4. PHP正则表达式 验证电子邮件地址

    我们最经常遇到的验证,就是电子邮件地址验证.网站上常见.各种网页脚本也都常用“正则表达式”(regular expression)对我们输入的电子邮件地址进行验证,判断是否合法.有的还能分解出用户名和 ...

  5. Python Tips and Traps(一)

    1.如果想得到一个列表的index和内容,可以通过enumerate快速实现 drinks = ['coffee','tea', 'milk', 'water'] for index, drink i ...

  6. C# 两时间,时间间隔

    #region 返回时间差        public static string DateDiff(DateTime DateTime1, DateTime DateTime2)        {  ...

  7. Effective Java之并发

    并发本身有两个概念:1.互斥性:2.可见性: 先来说一下可见性,就是让共享的变量在进程间可以及时获得最新版本的数据:这里比较简单的方式是为可能被并发修改的全局变量添加上volatile关键字:vola ...

  8. SQL Join PK ChinaJoy

    P PK  

  9. caffe之(三)激活函数层

    在caffe中,网络的结构由prototxt文件中给出,由一些列的Layer(层)组成,常用的层如:数据加载层.卷积操作层.pooling层.非线性变换层.内积运算层.归一化层.损失计算层等:本篇主要 ...

  10. 修改.htaccess实现子目录绑定示例分享

    <IfModule mod_rewrite.c>RewriteEngine On  RewriteBase /# 把 www.jb51.net改为你要绑定的域名.# 如果是域名:Rewri ...