Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • FaceDetect.zip This program is the program which detects the face range by using Adaboost. I used a adaboost and camshift algorithm with opencv and vc++ And the different two algorithms are additionally implemented.
  • speech-segmentation.zip This program is the program implementing the audio Segmentation.I used a adaboost and camshift algorithm with opencv and vc++ It is the program which is suitable for the development environment with the program related to the audio merotomy.
  • adaboostPcamshift-face-detection.rar The project tends to detect and track human face in a video via some basic algorithms. It uses adaboost for detection and camshift for tracking. It works well in stable environment.
  • Monocular-Pedestrian-Detection-__-survey-and-expe ... the paper contains a corresponding experimental study. We consider a diverse set of state-of-the-art systems: wavelet-based AdaBoost cascade, HOG/linSVM, NN/LRF, and combined shape-texture detection. Experiments are performed on an extensive data set ...
  • adaboost_PtwoPclasses.zip 结合Gabor特征和adaboost的人脸表情识别方法,内附matlab源程序和实验
  • boosting.rar 采用adaboost进行的人脸检测方案,是一个很好的学习实例,要下的话赶紧了
  • Adaboost_train.rar ADBOOST的训练代码,有供训练的数据,弱分类器训练,强分类器训练,和错误率,对理解ADABOOST是很好的例程
  • haar_FACE_detction.rar 用C++编写的人脸检测程序,基于ADABOOST的,里面有14级强分类器以及每层强分类器所含弱分类器的参数,附检测图片,检测效果很好
  • face_detection.rar Face Detection using AdaBoost
  • boosting_src.zip Boosting中的AdaBoost.M1算法在文本分类中的应用实现。使用ICTCLAS用于中文分词,弱分类器使用Naive Bayes。程序参数使用配置文件的格式。