搜索资源列表
Hand-Detect 手势识别,使用OpenCV的haar 分类器
- 手势识别,使用OpenCV的haar 分类器。训练因为对各个环境不同,请大家自己下载或者自己训练样本。-Hand Recognition and Tracking using OpenCV. It uses Haar Classifier. Because Haar features are different, I did not include the .xml file, please download it online or train it yourself.
haarcascades
- opencv中haar+Adaboost已经训练好的分类器。有双目、身体等等,出自专家之手,必属精品,CV 1.0版本的有需要就下吧。-haarcascades train by expects, body, eyes.. xml files of many kinds are included which can be used directly. OpenCV 1.0 ver can download from here.
detectfacesandsave
- 输入一张图片检测出人脸,并且把检测到的人脸一窗口的形式显示出来,把图片保存在train.txt中-Detect faces
opencv-fenleiqi
- 本文档解释如何用opencv训练自己的分类器-This document explains how to train their classifier opencv
letter_recog
- 此示例演示如何训练随机树分类,运行环境VC++2010, 基于Opencv2.4.2。-The sample demonstrates how to train Random Trees classifier
TrainLamp2013
- 1) PC软件系统架构:摄像机+USB图像采集卡+PC电脑+RS485模块 2) 嵌入式系统架构: 摄像机+嵌入式系统平台 3) 火车速度<=40KM/H 4) 实现轨道左侧的信号灯颜色检测,红,白,蓝三色 5) PC软件接收RS485的信号进行相应的显示并通过485发送当前信号灯颜色 6) 嵌入式系统接收RS485的信号进行相应的显示并通过485发送当前信号灯颜色 7) 测试环境:雨、雾、冰雪等天气的白天和夜晚环境下 目前在PC上进行了初步的算法实验,演示视频
fire-train
- 用于视频烟火检测,有两个文件,这是第一个用于训练的程序-Fireworks for video detection, there are two files, this is the first training program for
Codebook_model
- Codebook model 视频抠像 xp sp3 + vs2005 + OpenCV 2.3.1-For a more detailed explanation of a “codebook” model refer to [reference: Gary Bradski and Adrian Kaehler: Learning Opencv, September 2008: First Edition. p. 278]. During the application of the
opencv-train-
- 如何用opencv训练自己的分类器 学习分类器的好资料-How to train your classifier opencv
HaarTraining
- 人脸检测与五官定位采用OPENCV的haartraining进行定位,介绍如何用opencv训练自己的分类器-Face detection and facial positioning using OPENCV of haartraining locate, train yourself how to use opencv classifier
opencv-2.4.6
- In this tutorial you will learn how to: • Use the OpenCV functions CvSVM::train to build a classifi er based on SVMs and CvSVM::predict to test its performance.-In this tutorial you will learn how to: • Use the OpenCV functions
bptrainrec
- BP训练并识别,可以加载一定的模板图片,例如(数字1,2,3.。。9)。-BP train
HOG-SVM-train
- HOG+SVM对于正负样本训练过程,根据样本生产对应的支持向量机,便于人体检测-HOG,SVM train samples,support Vector
main
- 人脸匹配,基于opencv开发的,通过train人脸库,再匹配-Face matching, based opencv developed face by train, and then match
Traverse-Folder
- opencv图像处理中对一个文件夹下相同格式的图片进行读取,并调整为一定大小的图片。做样本训练时有很大帮助。-opencv image processing on a folder in the same format images for reading, and adjusted to a certain size images. It helps a lot to do when the sample train.
MyFrandomforest
- 随机森林算法,用来训练检测器的决策树。行人跟踪的一种常用算法-Random Forest algorithm is used to train the detector tree. A common pedestrian tracking algorithm
train-ocr-master
- train ocr source code
objectmarker
- ObjectMarker is a tool which lets you easily create an info file from your collection of images that contains your object you want to train.
96282002Human-Motion-Tracking
- 利用图像的HOG特征训练SVM分类器,对运动人体目标进行跟踪(Using the HOG feature of the image to train the SVM classifier, the program runs through the obtained data.)
人脸识别
- 本程序用到了opencv 中的扩展库opencv contrib, 先用take.cpp来获取自己的数据库,然后在用tria.cpp来训练能检测自己的脸的检测器,再运行recon.cpp来进行人脸检测。(This program uses the extension library opencv contrib in OpenCV. First, take.cpp is used to get its own database, then tria.cpp is used to train th