Viola Jones using opencv

asked Feb 25 '15

CubbyBluePen gravatar image

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..

Preview: (hide)

Comments

1

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.

StevenPuttemans gravatar imageStevenPuttemans (Feb 25 '15)edit

it is for c++?

CubbyBluePen gravatar imageCubbyBluePen (Feb 25 '15)edit

OpenCV is completely written in C++ so yes :)

StevenPuttemans gravatar imageStevenPuttemans (Feb 25 '15)edit

i had tried to run but i get this error:

error C2601: 'detectAndDisplay' : local function are illegal

what i should do?

CubbyBluePen gravatar imageCubbyBluePen (Feb 25 '15)edit

Check your bracket layout -_-

StevenPuttemans gravatar imageStevenPuttemans (Feb 26 '15)edit