树莓派安装SimpleCV

开源计算机视觉框架。python2

安装

(http://simplecv.readthedocs.io/en/latest/HOWTO-Install%20on%20RaspberryPi.html)

  • mkdir ~/Code
  • cd ~/Code
  • git clone git://github.com/sightmachine/SimpleCV.git
  • cd SimpleCV
  • sudo pip install -r requirements.txt
  • sudo python setup.py develop
  • 【修改 requirements.txt,注解掉PIL和pygame两项安装。这两项系统中已经安装。】
  • raspberry@pi:~$ simplecv
  • * 有错误,加如下:
  • *export LD_PRELOAD=/usr/lib/uv4l/uv4lext/armv6l/libuv4lext.so

  • raspberry@pi:~$ simplecv example

参考

【1】www.simplecv.org
【2】www.opencv.org
【3】《Practical Computer Vision with SimpleCV》

posted @ 2018-02-24 21:04  hyper99  阅读(1438)  评论(0编辑  收藏  举报