Quantcast
Channel: OpenCV Q&A Forum - Latest question feed
Viewing all articles
Browse latest Browse all 53

What file do I include to use the FaceRecognizer class in the iOS framework?

$
0
0
Hi, I'm trying to implement the Face Recognizer class using the instructions I found [here](http://docs.opencv.org/trunk/da/d60/tutorial_face_main.html) I noticed it includes a file called `opencv2/face.hpp` which seems to contain the `cv::face` namespace and the `BasicFaceRecognizer` class. The problem is that I cant seem to find the `face.hpp` file in the opencv iOS framework which I downloaded from http://opencv.org/releases.html (I'm using OpenCV 3.2) What file do I need to include in my project to use the face recognition API? Thank You

Viewing all articles
Browse latest Browse all 53

Trending Articles