Ask Your Question

iacoposk8's profile - activity

2019-04-17 11:11:27 -0600 received badge  Notable Question (source)
2015-12-02 01:04:23 -0600 received badge  Popular Question (source)
2015-03-23 04:26:45 -0600 received badge  Student (source)
2013-10-11 07:20:27 -0600 commented question recognize faces by name (c/c++)

aaaaaa then I misunderstood, I'm struggling to find a code example.

2013-10-11 05:00:38 -0600 commented question recognize faces by name (c/c++)

from what I understand, correct me if I'm wrong, I have to use the method detectMultiScale, class CascadeClassifier that I will create in this way: CascadeClassifier face_cascade("file.xml"); where "file.xml" will contain the faces that I want to classify. but if so, how do I create this xml file? thanks :)

2013-10-11 03:38:34 -0600 asked a question recognize faces by name (c/c++)

Hello to all! I mentioned a tutorial (simple as possible) to use OpenCV so that in addition to see the faces present in images, can also recognize whether it is "jack" or "steve" or "Rodney" (which I will indicate with sample images) thanks :)

2013-09-04 06:46:46 -0600 received badge  Scholar (source)
2013-09-04 06:46:42 -0600 received badge  Supporter (source)
2013-09-04 06:46:22 -0600 commented answer simple face recognition

of course! are a fool! now everything works perfectly. thank you! you have been infinitely gentle :)

2013-09-04 05:06:39 -0600 commented answer simple face recognition

I did not understand your question (my english is bad :))

2013-09-04 04:36:44 -0600 commented answer simple face recognition

Now the project is fully completed. I open a terminal window that says: Error loading cascade file:

Process returned 255 (0xFF) execution time: 1.174 s

2013-09-04 03:53:16 -0600 commented answer simple face recognition

yes, I downloaded everything from git. COLOR_RGB2GRAY works! but on HAAR_SCALE_IMAGE I still have the same problem

2013-09-03 07:13:52 -0600 commented answer simple face recognition

I read this in the console, how can I solve? error: 'CV_BGR2GRAY' was not declared in this scope error: 'CV_HAAR_SCALE_IMAGE' was not declared in this scope

2013-09-03 05:00:53 -0600 received badge  Editor (source)
2013-09-03 05:00:09 -0600 asked a question simple face recognition

Hello to all! I'm looking for an example (as simple as possible) to do the face detection. I found this tutorial: http://dasl.mem.drexel.edu/~noahKuntz/openCVTut11.html but I get this error:

error: could not convert '{{0, 0, 255}}' from '<brace-enclosed initializer list>' to 'CvScalar'

how to solve? or otherwise: you know a better tutorial? thanks :)