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:
- Used
vision.cascadeObjectDetector
to detect faces. - trained it to detect a sign (an example shown in read me file)
- created a folder with positive & negative training HEAD images & same for testing
- 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?