Viola Jones using opencv
I am a beginner for the openCV and VS. So, I need a help to give me the sample of coding for face detection using Viola Jones algorithm by using OpenCV and VS2013. Can someone help me please. Thanks..
Did you actually took the time to google for a tutorial? This must have been the most common solved problem by now ... anyway, a link to an VS configuration tutorial and a link to a face detection tutorial is all you need.
it is for c++?
OpenCV is completely written in C++ so yes :)
i had tried to run but i get this error:
error C2601: 'detectAndDisplay' : local function are illegal
what i should do?
Check your bracket layout -_-