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
I want to apply this to the original frame captured like this image :
1 | initial version |
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
I want to apply this to the original frame captured like this image :