Python计算机视觉编程Jan Erik Solemd--第1章 基本的图像操作和处理

学习资源:

   安装Python2.6或之后的版本,但不要安装3.x版本,因为2.x和3.x版本相差不小

     learning Python( by Mark lutz) 给初学者的书,参考网站   www.python.org

    Guide to NumPy (by Travis Oliphant) 是一本不错的NumPy参考手册  http://numpy.scipy.org

    IPython 是一个交互式Python壳,使得调试设实验比较简单 ,下载地址:http://ipython.org

    本书的专属网页地址:http://shop.oreilly.com/product/0636920022923.do

 

第一章 基本的图像操作和处理

PIL(Python Imaging Library Python) 提供了图像的处理功能,其下载地址:http://www.pythonware.com/products/pil/

http://www.pythonware.com/library/pil/handbook/index.htm   PIL文档中的一些例子。

 

posted on 2014-12-02 07:56  renwacher  阅读(152)  评论(0)    收藏  举报

导航