Description: face detection code based on ADABOOST using inheritance strategies, and it includs the calculation and extraction of features, the training and cascade of ADABOOST, and the data will be trained out at last,annotations is also given as well , it can help you research ADBOOST
File list (Check if you may need any files):
adaboost继承\ApplyDetector.m
............\CalcIntegralImage.m
............\cascad_boost.m
............\ComputeFeatures.m
............\detec_nface.m
............\detec_nface_k.m
............\EnumAllFeatures.m
............\GetClassiferError.m
............\get_thresh.m
............\LearnWeakClassifier.m
............\learn_boost.m
............\main.m
............\rawnROC.m
............\simple_train.m
............\VecAllFeatures.m
............\VecBoxSum.m
............\VecFeature.m
............\weak1.m
adaboost继承