搜索资源列表
SVMTEST
- 本源码是基于vs2008+opencv2.1来进行特征分类的,希望对您有所帮助。
gsbj
- 这段代码是在vs2010和opencv2.3.1环境中实现的混合高斯建模,下载的他人代码进行了修改与调试,之前代码是vs06的。版本之间不同,代码就会出很多错,很难调试,这个已被调试好,能跑。-This code is in Gaussian mixture modeling to achieve the vs2010 and opencv2.3.1 environment, download the others to modify the code and debug, before the
CharacterRecognition
- 利用Hopfield网络实现数字识别,这里用到一部分opencv2的一些代码-Hopfield networks use digital identification, some of the code used here is part of opencv2
test_avs
- AVS是中国自主的一种视频格式,本程序调试通过可打开该格式的视频,平台为VS2008,opencv2.45下。网上很多都是AVS打开的源码,未经过调试,大多不能使用。-AVS is China' s independent video format, the program debugging through the open video format, platform for VS2008, under opencv2.45. AVS many online are open sour
Detecter
- 行人检测程序,基于dShow和opencv2.4.9读取视频文件或者摄像机视频数据,对每一帧图像进行行人检测-Pedestrian detection program, based dShow and opencv2.4.9 read video files or video camera video data, each frame image for pedestrian detection
HelloOpenCV
- VS2010+opencv2.4.9实现图像的提取和显示-VS2010+opencv2.4.9 achieve the extracted image and display
LBP_VS
- 利用VS2008+opencv2.3.1编写的几种经典LBP特征提取算法,包括经典LBP,统一模式LBP等。-Use VS2008+opencv2.3.1 written several classic LBP feature extraction algorithms, including classic LBP, LBP and other unified model.
cascadeclassifier_train
- VS2010+opencv2.4.3利用HOG特征训练级联分类器,训练步骤网上有很多,这是训练代码,在属性-命令-命令参数中输入训练参数即可。-VS2010+opencv2.4.3 use HOG features of the training cascade classifier, there are many online training step, which is training the code in the Properties- Command- the command pa
lbp
- 实现了简单的LBP算法,基于opencv2.4.10-Implements a simple LBP algorithm, based on opencv2.4.10
tiny_cnn
- Tiny_cnn是一个简洁的纯C++11实现的深度学习框架,本人用的是VS2013+opencv2.4.13。用自己的数据训练和测试tiny_cnn,只需自己准备好训练数据train与测试数据val0\val1。把训练图像放到一个文件夹下,如文件夹train,把所有的图像直接批量重命名,但要保证每一类图像是连续存放的。(Train and test tiny_cnn with your own data)