搜索资源列表
ChainCascade_src
- ChainCascade, harr 特征进行分类器训练,得到一个级联的boosted分类器,训练目标特征,检测物体,这是从opencv库 转化成 vc++源代码,有一位博士完成,很不错。-ChainCascade, Harr features classifier training to be a cascade boosted classifier, training objectives features, object detection, which is OpenCV library
HaarTraining
- opencv中用到的harr训练的详细介绍,含截图
rennian
- opencv实现人脸检测 用的是harr分类器
rljc
- 人脸检测,在OPENCV下运行.基于HARR特征
FaceTracking
- 使用OPENCV库实现的人脸跟踪,需要安装OPENCV。输入源可以是视频,也可以是摄像头。可选择Harr特征和CamShift两种方法对人脸进行跟踪。还提供了视频保存的功能。-Library implemented using OPENCV Face Tracking, need to install OPENCV. Input source can be a video camera can also be. Harr features and CamShift choose two meth
CornerDetect
- 使用OpenCV检测五子棋盘角点,采用Harr算子进行角点检测-Corner detection using OpenCV
Training-methods-in-OpenCV-Harr
- OpenCV 中Harr训练方法,大批研究生学习期间需要用到的方法-Training methods in OpenCV Harr, a large number of graduate students studying the methods need to use
HarrisCorner
- 利用openCV找出已知图像中的角点, 利用slider bar 控制临界值, 并显示出通过临界值的角点像素, 并用non-maxima suprression 使之变稀疏并显示-routines in OpenCV to demonstrate the operations of the Harris Corner detector. 1. Open the image box_in_scene.jpg and show the image in a window. 2. Compute
main
- code for traning harr with opencv
harris-detect
- 基于openCV的Harris角点检测。开发环境vs2008-harris detector based on openCV.
Harris
- OpenCV编写的Harris角点提取函数-Harris prepared OpenCV corner detection function
feature-points
- Harris,FAST,Eigen 3种特征点提取方法的比较,开发平台是vs2005和opencv-Harris, FAST, Eigen 3 kinds of feature point extraction method comparison, the development platform is vs2005 and opencv
ObjectMaker
- 用于opencv制作harr分类器的时候用于处理数据的一个小工具-For the production of harr classifier opencv for handling data when a gadget
opencv
- 首先关于图像处理软件opencv进行总的介绍,然后分别对其中的人脸检测原理、计算机视觉、Harr特征级联表、非固定大小目标检测步骤、拉普拉斯边缘检测及opencv的其他特性作了一定的介绍-General introduction to the first image processing software opencv face detection principle, computer vision, Harr, characteristics of cascade table, fixed-
facedetection
- 人脸检测,经典的运用harr特征,分类器,opencv-face detection
facedetection
- 基于harr特征opencv人脸检测,在opencv环境下使用-face detection using opencv
CT_CPP_sq_v1
- 基于OpenCV的CompressiveTracking(压缩感知目标跟踪算法) C++ 代码,利用Harr特征,在特定场景下有较好的跟踪效果。-To Harr characteristics based the OpenCV s CompressiveTracking (compressed sensing, target tracking algorithm) C++ code
main
- 用Harr特征分类器进行人脸检测,级联分类器 采用opencv中已经完成的人脸训练模型-Harr features classifier using face detection, cascade classifier has been completed using opencv face training model
samples
- opencv sample 代码包括一些图像处理的,利用Harr和分类器做人脸检测的-opencv 3.0 alpha sample code which include classical samples like face detection/image processing.
haarcascades
- 基于OpenCV harr级联分类器的人脸及眼睛、鼻子、嘴巴(Opencv_haar classifier)