3

I can't find any information about Data used for training Haar classifiers in OpenCV. I want to know what kind of, how many and how(manually or via program) these classifiers were generated.

You can find these classifier's xml files in ..OpenCV2.3.1\opencv\data\haarcascades.. directory. Thanks

Saleh
  • 647
  • 1
  • 6
  • 20

1 Answers1

2

this research paper contains the answer

Empirical Analysis of Detection Cascades of Boosted Classifiers for Rapid Object Detection by Dr Rainer Lienhart

thanks guys for the help...

Saleh
  • 647
  • 1
  • 6
  • 20