搜索资源列表
Gabor(matlab_C_Cv).rar
- 这里包含三个高质量的Gabor实现代码,分别基于C、OpenCV、Matlab,大家各取所需吧。Gabor变换可以实现在多个尺度、多个方位上的变换,尤其是对于纹理的检测有很好的效果,研究表明Gabor特征符合人眼感受野特性。 ,Here are three high-quality implementation of the Gabor code, respectively, based on C, OpenCV, Matlab, let everyone take what we need
ViSurvPostureClassification.ra
- 基于水平垂直投影图的人体动作分类器,贝叶斯分类方法,含样本图。可对视频文件实时检测,基于opencv库,Based on the level of the vertical projection of human action classification, and Bayesian classification methods, including sample plans. Video files can be real-time detection, based on the opencv
hog_extraction.rar
- 基于OPENCV的静止图像的HOG特征提取算法的全部程序,完全可用于各种图像的HOG特征提取,以进一步训练分类器进行行人检测,source code that apply to the pedestrian detection based on OPENCV.this document can help you extract HOG features from any type image which include human in it
HOG
- 基于HOG的行人检测,作者的源代码有错误,现代码已经进行了改变,并可以调试通-Histograms of Oriented Gradients for Human Detection, the writer s code has some errors, and I have correct the errors, and the code is right under C++ buidler
checkface
- 找出人脸,会把眼睛,鼻子,用红线圈起来,用C++与OPenCV结合实现。-Identify the human face, will be the eyes, nose, with red coils, use C++ and realize OPenCV combination.
45353453
- 非常好的人脸以及人眼检测的例子。OpenCV支持的目标检测的方法是利用样本的Haar特征进行的分类器训练,得到的级联boosted分类器(Cascade Classification)。注意,新版本的C++接口除了Haar特征以外也可以使用LBP特征。-Very good example of the human face and the human eye to detect. OpenCV supported target detection method is carried out us
HumanDetect
- this file combines c++ and opencv,it can detect humanbody in a seris of images,the image can be a video file。It uses HOG operater to make the moving object is human。
opencv
- 用opencv实现的人脸检测功能,以及自己编写的代码实现人脸检测功能-Achieved with opencv face detection function, as well as their own code written in the realization of human face detection function
PedestrianDetectionHoG_NET2005-2008_07_19
- 基于HOG的人体检测程序,使用VC2005 功能强大-HOG-based human detection procedures, the use of powerful VC2005
face_detection
- Face detection made in Processing based on OpenCV library. It detects the form of a human face in a webcam stream and outputs a red square around that person s face. Get processing from www.processing.org for fr-Face detection made in Processing base
CornerDetectioni
- VC与opencv环境下人脸角点检测与运动跟踪-VC and opencv Corner Detection of Human Face and Motion
framebyframe
- A simple background subtraction based code for human detection. requires opencv library.
haarcascade_lefteye_2splits
- 人眼的检测,分类器,只有和opencv一起用才好使-Detection of the human eye, classifier, and only used to do so with opencv
OpenCv_Ex20B
- 在VC++下利用OPENCV,对图片的人脸进行检测,利用HARLI分类器,正确率在98 以上。-In VC++ under the use of OPENCV, on the picture to the human face detection, the use of HARLI classifier, the correct rate of 98 .
hough_circle
- 使用OPENCV 開發環境為VC++ 捕捉人臉-OPENCV development environment for the use of VC++ capture the human face
hog
- 鉴于目标的特征提取,一种采用HOG作为特征的行人检测方法-Histograms of Oriented Gradients for Human Detection
opencv
- 人体运动分析的论文,研究人体步态运动的识别处理,基于OpenCV-Of human motion analysis papers to study the movement of human gait recognition processing, based on OpenCV
HumanTrack
- this code is to track the human body in a serial of images or in a video。it uses c++ and opencv ,before using,u should makesure u have opencv。
Human-Motion-Tracking
- opencv 实现人体运动跟踪,精度中等,有一定的参考价值。-opencv schieve human motion tracking, accuracy is only moderate, there is some reference value.
faceEye
- 基于haar级联分类器的opencv人眼识别程序,思路是先识别人脸,然后以人脸为ROI识别人眼。-Haar cascade classifier based on opencv human eye recognition program, the idea is to recognize faces, and then face the human eye to identify the ROI.