2

I am trying to use the vision.cascadeObjectDetector (MATLAB) to detect heads from a CCTV footage(and not faces). Till now, I have tried the following:

  1. Used vision.cascadeObjectDetector to detect faces.
  2. trained it to detect a sign (an example shown in read me file)
  3. created a folder with positive & negative training HEAD images & same for testing
  4. tried to create a .mat file using trainingImageLabeler (although it gave me an error when trying to pass it as param to the object detector).

Can someone try to put me in the right track, to start detecting heads using Viola-Jones Haar features please?

Shaeldon
  • 873
  • 4
  • 18
  • 28
user2541516
  • 79
  • 1
  • 9
  • What was the error message that you got? Keep in mind that `trainCscadeObjectDetector` does not take a mat file, but an array of structures as the positiveIntstances parameter. – Dima Dec 08 '14 at 02:51

0 Answers0