一些关于OpenCV的网址


1:OpenCV中文站

http://www.opencv.org.cn/

http://wiki.opencv.org.cn/index.php/%E9%A6%96%E9%A1%B5  //老站;

注:OpenCV中文站 中包含了 论坛,教程,和一些相关文章,所以主要可以查看这个网站;


//OpenCV安装配置方法,这个在OpenCV中文站老站中,之所以单独提出来,就是为了方便查找应用;

http://wiki.opencv.org.cn/index.php/Template:Install 


2:core模块. 核心功能

http://www.opencv.org.cn/opencvdoc/2.3.2/html/doc/tutorials/core/table_of_content_core/table_of_content_core.html#table-of-content-core


3:Mat - 基本图形容器, 详细介绍了Mat和Iplimage;

http://www.opencv.org.cn/opencvdoc/2.3.2/html/doc/tutorials/core/mat%20-%20the%20basic%20image%20container/mat%20-%20the%20basic%20image%20container.html#matthebasicimagecontainer


4:与OpenCV1 同时使用, 介绍了 Opencv2.0以后的版本与之前版本的区别

http://www.opencv.org.cn/opencvdoc/2.3.2/html/doc/tutorials/core/interoperability_with_OpenCV_1/interoperability_with_OpenCV_1.html#interoperabilitywithopencv1


5:OpenCV教程,介绍了OpenCV的框架

http://www.opencv.org.cn/opencvdoc/2.3.2/html/doc/tutorials/tutorials.html





待续;

你可能感兴趣的:(一些关于OpenCV的网址)