Viola Jones using opencv

asked 2015-02-25 03:21:57 -0600

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

edit retag flag offensive close merge delete

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 ( 2015-02-25 03:29:43 -0600 )edit

it is for c++?

CubbyBluePen gravatar imageCubbyBluePen ( 2015-02-25 03:55:02 -0600 )edit

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

StevenPuttemans gravatar imageStevenPuttemans ( 2015-02-25 04:24:55 -0600 )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 ( 2015-02-25 05:11:52 -0600 )edit

Check your bracket layout -_-

StevenPuttemans gravatar imageStevenPuttemans ( 2015-02-26 06:31:05 -0600 )edit