To answer this question decently I'd need more information. Are you interested in detecting specifically that person? Are there any characteristics of that person that could be easily exploited with machine learning techniques? Are you able to get hold of any more training data? Is there any way I could see the pictures?
As a start:
You could use a neural net but I suspect you may need more training data for that to be effective, in any case certainly worth learning about.
You could also try convolution masks made up of different parts of the image (it would be interesting to see which features are the best indicator).
You could try using a Hough Transform (search for this on Wikipedia). If you are just interested in detecting whether a person (any person) is present in the image you could look for ovals.