Recommend a computer vision book: Python Computer Vision programming

Source: Internet
Author: User

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?
  1. #-*-Coding:utf-8-*-
  2. """
  3. Created on Mon June 29 21:36:11 2015
  4. @author: Season
  5. """
  6. From PIL import Image;
  7. From Pylab import *;
  8. im = Array (image.open (' lena.jpg '))
  9. Imshow (IM)
  10. x = [+, +, + ]
  11. y = [x, x, + , + ]
  12. Plot (x, y, ' r* ')
  13. Plot (x[:2], y[:2])
  14. #axis (' off ')
  15. Title (' plotting: ' empire.jpg ')
  16. 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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.