搜索资源列表
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
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)