-1

I don't understand how to generate haar like features in images using java. I am getting task to make a system of head detection using haar like features and evolving classification function as classifiers. Please help me.

  • Your question is too broad. Please consider being more specific next time or simply edit your question to express the problems you're facing. – Ramiro Sep 07 '14 at 14:48

1 Answers1

1
  • you don't generate cascades from java, there's c++ apps for that. (opencv_traincascade)

  • to use them later, look at CascadeClassifier

berak
  • 39,159
  • 9
  • 91
  • 89
  • Thanks In my homework, I want to make head detection using haar features for feature extraction and evolving classification function (ECF). Can I use opencv for my work? – user3724998 Jun 16 '14 at 17:18