I am struggling with realizing an idea and it drives me mad already, so I was wondering if anyone could help me?
i have made a little program with with openCV, when I run the program, it will assign random image(lets say No. 4 from the arrayList) to first face(detected). then if second face is detected the image No. 4 will move to second face(which was assigned to face 1 untill face 2 was detected) and face 1 would get a new random image from the arrayList.
What I am trying to do is, If the image no. 4 is assigned to face 1 then It should stick to that face until it is not detected and whenever the face 2 is detected the random image should be assigned from the arrayList.
like this :
http://vimeo.com/7321323
i have made a little program with with openCV, when I run the program, it will assign random image(lets say No. 4 from the arrayList) to first face(detected). then if second face is detected the image No. 4 will move to second face(which was assigned to face 1 untill face 2 was detected) and face 1 would get a new random image from the arrayList.
What I am trying to do is, If the image no. 4 is assigned to face 1 then It should stick to that face until it is not detected and whenever the face 2 is detected the random image should be assigned from the arrayList.
like this :
http://vimeo.com/7321323
1