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?
Search found 8 matches
- 2018-01-07T03:42:11-07:00
- Forum: Digital Image Processing
- Topic: Face gestures and emotions
- Replies: 5
- Views: 134770
- 2018-01-06T13:48:43-07:00
- Forum: Digital Image Processing
- Topic: Face gestures and emotions
- Replies: 5
- Views: 134770
Re: Face gestures and emotions
Is model mockup? 3 pictures have same emotions
- 2018-01-06T03:06:59-07:00
- Forum: Digital Image Processing
- Topic: Face gestures and emotions
- Replies: 5
- Views: 134770
Face gestures and emotions
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?
https://image.ibb.co/hEwwUw/Screen_Shot_2018_01_06_at_12_26_28_PM.png
I can't imagine is a mask or not.I think it's not possible but question here
thanks ...
I have a very complex question I think
when I look at the attached picture face emotions and makeup are same is it possible?
https://image.ibb.co/hEwwUw/Screen_Shot_2018_01_06_at_12_26_28_PM.png
I can't imagine is a mask or not.I think it's not possible but question here
thanks ...
- 2017-08-08T16:16:29-07:00
- Forum: Users
- Topic: Background removal from reference image
- Replies: 17
- Views: 56322
Re: Background removal from reference image
Hello Again :))
Black Background image
https://image.ibb.co/iBg6nF/b.jpg
White Background image
https://image.ibb.co/jS4RnF/w.jpg
when i try to remove background result is :
if you look more carefully
https://preview.ibb.co/guR6nF/Screen_Shot_2017_08_09_at_02_12_03.png
can you see ...
Black Background image
https://image.ibb.co/iBg6nF/b.jpg
White Background image
https://image.ibb.co/jS4RnF/w.jpg
when i try to remove background result is :
if you look more carefully
https://preview.ibb.co/guR6nF/Screen_Shot_2017_08_09_at_02_12_03.png
can you see ...
- 2017-07-26T06:14:29-07:00
- Forum: Users
- Topic: Background removal from reference image
- Replies: 17
- Views: 56322
Re: Background removal from reference image
Hi
very good method it's amazing when i search the algorithms i found this
https://youtu.be/6uPj8qeMVJk?t=1m3s
I think use very different light methods to help background removal
very good method it's amazing when i search the algorithms i found this
https://youtu.be/6uPj8qeMVJk?t=1m3s
I think use very different light methods to help background removal
- 2017-07-25T09:56:21-07:00
- Forum: Users
- Topic: Background removal from reference image
- Replies: 17
- Views: 56322
Re: Background removal from reference image
Hi ,
Thanks for your help , My IM details
Version: ImageMagick 7.0.6-3 Q16 x86_64 2017-07-24 http://www.imagemagick.org
Copyright: © 1999-2017 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules
Delegates (built-in): bzlib freetype jng ...
Thanks for your help , My IM details
Version: ImageMagick 7.0.6-3 Q16 x86_64 2017-07-24 http://www.imagemagick.org
Copyright: © 1999-2017 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules
Delegates (built-in): bzlib freetype jng ...
- 2017-07-25T09:01:45-07:00
- Forum: Users
- Topic: Background removal from reference image
- Replies: 17
- Views: 56322
Re: Background removal from reference image
Hi
Thanks a lot , we actually use raw photo so my command looks like
this
Some images has a white areas in the object fuzz method not working very well
Thanks a lot , we actually use raw photo so my command looks like
this
Code: Select all
convert _MG_0001.CR2 ........
- 2017-07-13T00:46:46-07:00
- Forum: Users
- Topic: Background removal from reference image
- Replies: 17
- Views: 56322
Background removal from reference image
Hello when i try to remove background my code is
convert master.JPG back.JPG \( -clone 0 -clone 1 -compose difference -composite -threshold 0 \) \
-delete 1 -alpha off -compose copy_opacity -composite -fuzz 10% -transparent white -trim \
output.png
Master image
https://camo.githubusercontent ...
convert master.JPG back.JPG \( -clone 0 -clone 1 -compose difference -composite -threshold 0 \) \
-delete 1 -alpha off -compose copy_opacity -composite -fuzz 10% -transparent white -trim \
output.png
Master image
https://camo.githubusercontent ...