Ask Your Question

wb's profile - activity

2015-10-31 00:10:03 -0600 asked a question Which is the strong classifier and weak classifier in Cascade Classifier?

OpenCV documentation-objdetect. Object Detection:

The word “cascade” in the classifier name means that the resultant classifier consists of several simpler classifiers (stages) that are applied subsequently to a region of interest until at some stage the candidate is rejected or all the stages are passed.

I want to know the simpler classifiers means weak classifier or a strong classifier and every stage is a weak classifier or a strong classifier consists of several weak classifiers .

2015-10-31 00:10:03 -0600 asked a question Training Cascade classifier, which is the strong classifier and weak classifier?

I have got cascade classifier through training using LBP feature, but I have some questions,which is the strong classifiers and the weak classifiers? I want to know whether every stage(look at the picture 0-stage,1-stage..) is a strong classifier or a weak classifier?Thank you !image description