Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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