计算机视觉库 SimpleCV
- 授权协议: MIT
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://simplecv.org/
- 软件文档: http://simplecv.org/doc/
软件介绍
SimpleCV 将很多强大的开源计算机视觉库包含在一个便捷的Python包中。使用SimpleCV,你可以在统一的框架下使用高级算法,例如特征检测、滤波和模式识别。使用者不用清楚一些细节,比如图像比特深度、文件格式、颜色空间、缓冲区管理、特征值还有矩阵和图像的存储。
语法简洁,可读性强是它的特点,通过下面的例子可以看出使用SimpleCV时多么的容易:
from SimpleCV import Camera
image = Camera().getImage()
image.show()
PHP and MySQL Web Development
Luke Welling、Laura Thomson / Sams / July 25, 2007 / $49.99
Book Description PHP and MySQL Web Development teaches you to develop dynamic, secure, commerical Web sites. Using the same accessible, popular teaching style of the three previous editions, this b......一起来看看 《PHP and MySQL Web Development》 这本书的介绍吧!
