Ask Your Question

Revision history [back]

The softcascade is part of the master branch, which isn't complete, stable, documented and such. Basically you are on your own on stuff that is on the master branch. However, you can look at the master docs and look at the softcascade training.

However, there is the well documented cascade classifier training, which is the current stable version of a cascade classification using boost. If this is what you need, please look at:

  1. http://docs.opencv.org/modules/objdetect/doc/cascade_classification.html?highlight=cascade%20classification
  2. http://docs.opencv.org/doc/user_guide/ug_traincascade.html?highlight=cascade%20classification
  3. http://docs.opencv.org/doc/tutorials/objdetect/cascade_classifier/cascade_classifier.html?highlight=cascade%20classification

The softcascade is part of the master branch, which isn't complete, stable, documented and such. Basically you are on your own on stuff that is on the master branch. However, you can look at the master docs and look at the softcascade training.

However, there is the well documented cascade classifier training, which is the current stable version of a cascade classification using boost. If this is what you need, please look at:

  1. http://docs.opencv.org/modules/objdetect/doc/cascade_classification.html?highlight=cascade%20classificationCascade classification documentation
  2. http://docs.opencv.org/doc/user_guide/ug_traincascade.html?highlight=cascade%20classificationCascade classification training documentation
  3. http://docs.opencv.org/doc/tutorials/objdetect/cascade_classifier/cascade_classifier.html?highlight=cascade%20classificationCascade classification example