Ask Your Question

Fabrizio's profile - activity

2020-10-28 02:54:37 -0600 received badge  Nice Question (source)
2017-08-14 08:41:09 -0600 received badge  Famous Question (source)
2017-02-21 13:44:49 -0600 received badge  Notable Question (source)
2016-10-24 16:52:52 -0600 received badge  Popular Question (source)
2015-09-02 14:39:37 -0600 received badge  Supporter (source)
2015-08-31 07:57:39 -0600 received badge  Student (source)
2015-08-30 14:38:29 -0600 asked a question mouth detection fails

image description

I'm using opencv and C++. Face, eyes and nose detection work very well, but I have some problem with mouth detection. Defining the rectangle using mouths[g] in points pt5/pt6, creates rectangles near eyes; detection is not so bad using mouth[0].

What is wrong? Can someone help me, please?

Regards, Fabrizio

2015-08-30 05:00:22 -0600 asked a question load multiple images from a single folder

Hi everyone, I'm using opencv and C++ and I need to load multiple images from a single folder. In particular, I want to store images in a Vector<mat> object using push_back method.

Can someone help me?

Best regards, Fabrizio