搜索资源列表
opencv
- 《OpenCV教程——基础篇》中附带的所有源码 附带一份ppt入门介绍讲稿-《OpenCV Tutorial- Basics》 that is included all source code,with an introduction speech ppt
OpenCV_code
- OpenCV教程基础篇(刘瑞祯、于仕琪编著)的光盘源码,包含各章节的实例。-OpenCV Tutorial Basics (Rui Chen, Yu Shi Qi ed.), CD-ROM source, including examples of the various chapters.
opencv
- OpenCV教程基础篇的书上源码 OpenCV教程——基础篇.rar-OpenCV Tutorial chapter of the book based on the source OpenCV Tutorial- Basics. Rar
OpenCV_foundation-ppt
- 详细介绍了OPENCV的基础函数知识,值得观看。以PPT形式,附加源码介绍。-Detailed the knowledge of the the OPENCV basis of function, is worth watching. PPT format, introduced additional source.
opencv
- OpenCV基础教程源码,学习OpenCV的书籍-OpenCV lesson
ARToolKit_MQO
- 在ARToolKit基础上,添加了支持使用自制MQO模型的源码-In ARToolKit basis, adds support source model using homemade MQO
TestSift_match
- 基于SIFT的特征点提取和匹配,在源码基础上修改。-Extraction and matching based on SIFT feature points
ch11_ex11_1
- 完成单孔摄像机标定,是Opencv第十一章中例11-1源码,并在其基础上进行注释-Hole camera calibration is completed, is the eleventh chapter Example 11-1 Opencv source, and on its basis a comment
draw_Eline
- 计算机视觉中,绘制外极线源码,为三维重建、线匹配基础-Computer vision, drawing epipolar source, a three-dimensional reconstruction, the line matching basis
298375
- matlab图像处理基础源码 1,jpeg压缩 2,6个基本图像压缩源码 3,小波源码,(Image processing based on matlab source code 1, jpeg compression 3, 2, 6 basic image compression source code small wave source,)
OpenCV示例源码
- 关于OpenCV的好处之一就是它提供了许多内置的用于图像处理和计算机视觉相关操作的基础元素。如果你需要通过scratch写入某些内容,你将不得不定义一些东西,比如图像、点、角度等等,这些几乎是任何计算机视觉算法的基础。OpenCV提供了这些开箱即用的基础数据结构,它们都包含在core模块中。另外一个好处是,这些数据结构都已经针对速度和内存做了优化,因此,你不用担心实现细节。(One of the benefits of OpenCV is that it provides a number of