Source: http://blog.csdn.net/wangyaninglm/article/details/46687215
Homepage of Editorial Office: It doesn't seem to work.
Http://shop.oreilly.com/product/0636920022923.do
Each chapter of the code, GitHub above: Chinese version
Https://github.com/willard-yuan/pcv-book-code
On GitHub above, English version:
Https://github.com/jesolem/PCV
Project homepage:
Http://programmingcomputervision.com
Chinese online book:
Http://www.ituring.com.cn/tupubarticle/2024?utm_source=tuicool
Then download install python (x, y): Https://code.google.com/p/pythonxy/PIL Windows installation Address: http://effbot.org/downloads/ After the Pil-1.1.7.win32-py2.7.exe is installed, click on the Automatic Editor: New project, insert code:
[Python]View PlainCopyprint?
- #-*-Coding:utf-8-*-
- """
- Created on Mon June 29 21:36:11 2015
- @author: Season
- """
- From PIL import Image;
- From Pylab import *;
- im = Array (image.open (' lena.jpg '))
- Imshow (IM)
- x = [+, +, + ]
- y = [x, x, + , + ]
- Plot (x, y, ' r* ')
- Plot (x[:2], y[:2])
- #axis (' off ')
- Title (' plotting: ' empire.jpg ')
- Show ()
This editor is really good, can next breakpoint, single-step debugging what, fully meet the daily needs, Python has lowered the threshold of computer vision-related research
Effect:
Recommend a computer vision book: Python Computer Vision programming