Hi.
The title must be confusing but I'm making a small Processing project for my University.
The idea is that people put their faces in front of a camera, make an expression and, as long as the face of that person is centered, the next one comes and does the same. The result is a
image divided with half the face of each person. Note: it doesn't matter that the heads are not the same size. The global effect is what matters.
So, my problem is that I need to have a way for people to choose their "face position" and then they'd have to hit/click something to save their half-face on a side of the screen. The question is that I really don't know how to do this.
I've already downloaded and installed OpenCV which seems to be the library that will help me more but yet I don't have Processing knowledge to do this without a help at the beginning.
Any ideas where to start :P? The project looks pretty simple for the things I've seen Processing doing. At the end it would be nice to export to a image file the result of the two "half-images" and show the mixture on a second screen for the audience to see.
Thank you.
1