适用于OpenCV和Python的书籍? [英] Books for OpenCV and Python?

查看:352
本文介绍了适用于OpenCV和Python的书籍?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人知道关于OpenCV和Python的书吗?

Does anyone know if there are any books on OpenCV and Python?

我有一本OReilly Learning OpenCV书籍,但它是针对 C 的书籍,因此我正在寻找特别是Python和OpenCV的书籍/pdfs/在线教程.

I have OReilly Learning OpenCV book but its for C so I'm looking for books/pdfs/online tutorials specifically Python and OpenCV.

我查看了 http://www.neuroforge.co.uk/index.php/getting-started-with-python-a-opencv 是有帮助的,但我更喜欢有一本书来做.

I've looked at http://www.neuroforge.co.uk/index.php/getting-started-with-python-a-opencv was a helpful but I prefer having a book to work from.

推荐答案

更新(10/11/2013)

现在,可在opencv网站上获得有关OpenCV-Python的官方教程.它涵盖了几乎所有OpenCV-Python API的重要功能. This tutorial is using OpenCV 3.x version. (因此某些教程可能与OpenCV 2.x不兼容)

Now an official tutorial on OpenCV-Python is available at opencv website. It covers almost most of important functions of OpenCV-Python API. This tutorial is using OpenCV 3.x version. (So some tutorials may not be compatible with OpenCV 2.x)

访问: http://docs.opencv.org/trunk/doc /py_tutorials/py_tutorials.html

第一个答案(20/5/2012)

关于OpenCV和Python的教程并不多.官方文档只是opencv随附的文档和示例.但是,对于初学者来说,即使是一些样本也很难理解.

There is not much tutorials on OpenCV and Python. Official ones are just the documentation and samples that come with opencv. But even some samples are difficult to understand for beginners.

如果您要专门搜索书籍,那么到现在为止,没有专门的书籍可以讨论此主题.但我看过一本书,其中只有一章与此主题有关.那本书是《用Python编程计算机视觉》.您可以在此处获得该书的草稿: http://programmingcomputervision.com/

And if you are specifically searching for books, no dedicated books on this topic until now. But I have seen a book with a single chapter on this topic. "Programming Computer Vision with Python" is that book. You can get a draft of that book here: http://programmingcomputervision.com/

由于缺乏针对opencv的Python教程,我也感到了这一困难.因此,我不得不阅读其他语言书籍,然后将代码转换为python.您也可以做到这一点,这不是一项艰巨的任务.

I too felt this difficulty due to lack of Python tutorials for opencv. So I had to read other language books, then convert code to python. You too can do that, it is not a difficult task.

这就是我在此主题上写博客的原因.您可以访问它(如果尚未访问的话): www .opencvpython.blogspot.com.

That is the reason I made a blog on this topic. You can visit it ( if you hadn't already) : www.opencvpython.blogspot.com.

因为我很忙,所以现在没有多少文章.但是在两个月内,我将上传更多文章.您可以在那里找到有关所需教程的一些建议.如果知道的话,我会发布它们.

There isn't much article in it right now, since I was busy. But within two months, I will be uploading more articles. And you can have some suggestions there on what tutorials you need. I will post them, if I know it.

其他教程,分散在互联网上,涉及不同的主题:

Other tutorials, which are scattered over internet on different topics:

1) https://github.com/abidrahmank/OpenCV2-Python :包含一些使用新的cv2接口的示例.还包含来自转换为Python的官方OpenCV教程的一些C ++代码.因此,您可以使用官方说明以及Python代码

1) https://github.com/abidrahmank/OpenCV2-Python : Contain some samples using new cv2 interface. Also contain some C++ codes from official OpenCV tutorials converted to Python. So you use the official explanation along with Python code

2) https://github.com/abidrahmank/OpenCV-Python :包含一些颜色跟踪,轮廓等示例.使用旧的cv界面

2) https://github.com/abidrahmank/OpenCV-Python : contain some examples for color tracking, contours etc. Uses old cv interface

3) https://github.com/jessicaaustin/robotics -projects/tree/master/opencv-tutorial -包含阈值,轮廓等代码.

3) https://github.com/jessicaaustin/robotics-projects/tree/master/opencv-tutorial - contain codes for thresholding,contours etc.

4) http://pythonimage.blogspot.in -通常是python图像处理,还包含一些OpenCV

4) http://pythonimage.blogspot.in - generally python image processing, contains some OpenCV also.

上面很少,其余的您可以通过谷歌搜索找到.但是所有的教程都会更少.我建议您检查其他语言的网站和书籍,并将其转换为Python.

Above are few, remaining you can find out by googling. But all will have less tutorial. I recommend you to check other language sites and books and convert them to Python.

这篇关于适用于OpenCV和Python的书籍?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆