Page 1 of 1

Face gestures and emotions

Posted: 2018-01-06T03:06:59-07:00
by volkan
Hi everyone,

I have a very complex question I think
when I look at the attached picture face emotions and makeup are same is it possible?

Image

I can't imagine is a mask or not.I think it's not possible but question here

thanks all.
Have a good day

Re: Face gestures and emotions

Posted: 2018-01-06T10:23:35-07:00
by fmw42
I do not understand the question? Is what possible? If you need to do facial recognition, ImageMagick is not the tool. You would need to use artificial intelligence (deep learning) approaches with training sets.

Re: Face gestures and emotions

Posted: 2018-01-06T13:48:43-07:00
by volkan
Is model mockup? 3 pictures have same emotions

Re: Face gestures and emotions

Posted: 2018-01-06T14:41:20-07:00
by fmw42
Sorry, I still do not understand the question? What do you want to do?

Re: Face gestures and emotions

Posted: 2018-01-07T03:42:11-07:00
by volkan
first, took a photo her (photo model) only bra and underwear
next step is taking the photo of only the dress(wear on ghost mannequin)
can I put them together in one photo?

Re: Face gestures and emotions

Posted: 2018-01-07T13:08:27-07:00
by fmw42
If the geometry matches, you can composite two images together one over the other using a binary mask image to control which images shows according to the mask values. See http://www.imagemagick.org/Usage/compose/#compose

I do not know if this will be of interest, but also see my Unix bash shell scripts, outfit and outfitwarper, at my link below.