资源列表
OpenCV示例源码
- 关于OpenCV的好处之一就是它提供了许多内置的用于图像处理和计算机视觉相关操作的基础元素。如果你需要通过scratch写入某些内容,你将不得不定义一些东西,比如图像、点、角度等等,这些几乎是任何计算机视觉算法的基础。OpenCV提供了这些开箱即用的基础数据结构,它们都包含在core模块中。另外一个好处是,这些数据结构都已经针对速度和内存做了优化,因此,你不用担心实现细节。(One of the benefits of OpenCV is that it provides a number of
11_人脸检测与识别系统
- 1.本程序主要处理BMP位图。 2.为了方便读者学习,程序各步骤都被拆分开实现了,通过点击相应按钮可以看到每个步骤处理的结果。 3.如果是进行人脸识别,需要先打开一幅位图依次进行“人脸检测与定位”操作和“人脸特征标注”操作,然后再打开需要比较的第二幅位图,也是依次进行所有操作,最后进行识别以区分先后两个人脸。(This procedure deals mainly with BMP Bitmaps. 2. In order for the reader to learn, each ste
test_example_CNN
- 整理的卷积神经网络的相关的程序,分享给大家共同学习一下。-Related programs finishing convolution neural network, to share what we learn together
onlinetext
- 毕业设计之在线考试系统,从而解决了学生在学校考试后等待考卷分数通知的问题。-The graduation examination system, in order to address the students after the examination in the school waiting for exam scores of notice.
DAO-database-operations-in-MFC
- 对csv文件的读取,并写入access数据库以mdb文件格式保存!在vs2010上可以运行,c++语言编写-The csv file to read, and write access to the to mdb file format to save! In vs2010 can run, c++ language
HTMLEncloseFor91
- 本人编写的一个在ios系统上使用phoneGap中连接91 sdk的插件。其中lm91.js是为js准备的接口。做HTML5的请参考-the code is 91 sdk using in phonegap on ios, which expose js interface for html5
VideoEye
- VideoEye软件是一个视频实时码流分析工具。它一方面包含一个播放器播放视频的基本功能:播放,暂停/继续,前进,后退等;另一方面伴随着视频的播放提供一些实时的码流分析功能:视频解码分析,单帧解码分析,非压缩域分析和音频解码分析等。 详细情况: http://blog.csdn.net/leixiaohua1020/article/details/34553607-VideoEye is an open-source stream analysis software. It can pl
CNN
- 入门级的CNN学习代码,包含了完整的测试数据及注释(Entry-level CNN learning code, including the complete test data and notes)
Algorithms_on_Strings-_Trees_and_Sequences
- compression techniqe
algorithms-on-strings-trees-and-sequences
- 一本讲述各种与"树"有关的数据结构的算法书.非常经典,比较晦涩,需要认真阅读-a classic algorithm book mainly talking about tree-related data structure. it is hard to read and understand, but it deservers.
www.92hacker.net
- 主要用于语音平台支持音效,和舞曲,战歌播放等!-Mainly used for voice platform support sound effects, and music, the play!
VCPP2010
- CMAKE学习的很好资料,主要说明cmake的用法。-CMAKE learning good information, mainly to explain the usage of cmake.
