Intel® 开源计算机视觉库 OpenCV
--
翻译:HUNNISH, 阿须数码
什么是 OpenCV
OpenCV 是英特尔® 开源计算机视觉库。它由一系列 C 函数和少量 C++ 类构成,实现了图像处理和计算机视觉方面的很多通用算法。
重要特征
OpenCV 是一个跨平台的中、高层 API 构成,目前包括 300 多个 C 函数。它不依赖与其它的外部库,尽管也可以使用某些外部库。
OpenCV 对非商业用途和商业用途都是免费(FREE)的。(细节参考 license )。
OpenCV 为 Intel® Integrated Performance Primitives (IPP) 提供了透明的用户使用接口。这意味着它可以实时自动为某些特定的处理器加载 IPP 库。更多关于 IPP 的信息请参考: http://www.intel.com/software/products/ipp/index.htm
There are interfaces to OpenCV for some other languages/environments (more to come):
EiC - ANSI C interpreter written by Ed Breen.
AFAIK, it is now abandoned.
Hawk and CvEnv are the interactive environments (written in MFC and TCL,respectively)
that embedd EiC interpteter.
Ch - ANSI C/C++ interpreter with some scripting capabilities,
created and supported by SoftIntegration® company
(http://www.softintegration.com)
Wrappers for Ch are located at opencv/interfaces/ch.
MATLAB® - great environment for numerical and symbolic computing by
Mathworks. MATLAB® interface for some of OpenCV functions
can be found at opencv/interfaces/matlab/toolbox
--
谁创建了它
完整的作者列表可以在文件 AUTHORS 找到。
此外,还有很多人给出了建议、补丁、BUG 报告等等。一个不太完整的列表在文件 THANKS 中。
最新
参考 ChangeLog.
从哪里下载 OpenCV
访问 http://www.sourceforge.net/projects/opencvlibrary. 如果有问题,在 Google (http://www.google.com) 中用“OPENCV”搜索。
如果在安装/运行/使用 OpenCV 时有疑问
阅读 FAQs
在邮件列表 www.yahoogroups.com (http://groups.yahoo.com/group/OpenCV/) 中搜索 OPENCV。
加入 OpenCV 邮件列表 (如何加入请参考 FAQs ) 然后把你的问题发送到邮件列表中。
参考 OpenCV 的样例代码,阅读参考手册 :)
OpenCV 参考手册
You may also look at the PDF manual, but do not trust it much - it is pretty out of date, especially, the reference part.
翻译:HUNNISH, 阿须数码