Ask Your Question

Noor's profile - activity

2016-01-28 03:07:57 -0600 received badge  Enthusiast
2016-01-28 03:07:57 -0600 received badge  Enthusiast
2016-01-28 03:07:57 -0600 received badge  Enthusiast
2016-01-07 05:56:23 -0600 received badge  Supporter (source)
2016-01-06 10:18:42 -0600 asked a question apply result of morphology to source frame

Hi

I have deteced face and eye . done some threshold and morphology on detected eye like this :

   morphologyEx(thresh, dst, MORPH_OPEN, element);

this is the result

image description

I want to apply this to the original frame captured like this image :

image description