Ask Your Question
0

Face.hpp include files

asked 2016-03-03 05:58:23 -0600

Schinkenbrot gravatar image

Hi! I want to do face recognition with OpenCV and C++. I am very new to this topic. I read through more tutorials (including http://docs.opencv.org/3.0-beta/modul...) and in every code they include "face.hpp", but my OpenCV 3.0 doesn´t have this file. Where can I get this include file?

Thanks for your help!

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2016-03-03 06:02:36 -0600

berak gravatar image

updated 2016-03-03 06:03:58 -0600

the face recognition code is not part of the main opencv repo,

you will need to rebuild opencv together with https://github.com/Itseez/opencv_contrib

please take care to look at the readme there for instructions

edit flag offensive delete link more

Comments

Thanks for your help!

Schinkenbrot gravatar imageSchinkenbrot ( 2016-03-03 06:17:19 -0600 )edit

pleasure. come back, if you run into any trouble.

berak gravatar imageberak ( 2016-03-03 06:25:00 -0600 )edit

Hey I worked through the tutorial "Build opencv_contrib with dnn module" (http://docs.opencv.org/3.1.0/de/d25/t...). to build opencv with the contrib files . But when I build the OpenCV.sln I get errors :

error LNK1104: cannot open file ....\lib\Debug\opencv_bioinspired310d.lib What did I do wrong?

Schinkenbrot gravatar imageSchinkenbrot ( 2016-03-07 06:41:30 -0600 )edit

impossible to tell, not enough information.

berak gravatar imageberak ( 2016-03-07 06:51:56 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-03-03 05:58:23 -0600

Seen: 247 times

Last updated: Mar 03 '16