Green screen / chroma key
Posted: 2012-05-11T02:32:08-07:00
Hello,
I'm trying to process the following image in order to remove the green screen background and replacing it with any another image:
http://img576.imageshack.us/img576/747/ ... sample.jpg
I have no influence on the quality of the green screen or the capture itself.
As I'm new to Imagick I ended up trying the command example from the docs, such as
- http://www.imagemagick.org/Usage/masking/#difference
- http://www.imagemagick.org/Usage/photos/#green_screen
- http://www.imagemagick.org/Usage/photos/#chroma_key
Also the usual -fx algorithms for green screening didn't work out for me:
http://www.multipole.org/discourse-serv ... 8b7#p74744
The results are far away from a usable mask which I would need in order to make an almost perfect cut-out.
Expected result (via Photoshop): http://img818.imageshack.us/img818/3960 ... result.jpg
Example background image: http://upload.wikimedia.org/wikipedia/c ... t_time.jpg
The processing will have to be done on multiple images with a similar green screen.
Any help or hint is appreciated.
I'm trying to process the following image in order to remove the green screen background and replacing it with any another image:
http://img576.imageshack.us/img576/747/ ... sample.jpg
I have no influence on the quality of the green screen or the capture itself.
As I'm new to Imagick I ended up trying the command example from the docs, such as
- http://www.imagemagick.org/Usage/masking/#difference
- http://www.imagemagick.org/Usage/photos/#green_screen
- http://www.imagemagick.org/Usage/photos/#chroma_key
Also the usual -fx algorithms for green screening didn't work out for me:
http://www.multipole.org/discourse-serv ... 8b7#p74744
The results are far away from a usable mask which I would need in order to make an almost perfect cut-out.
Expected result (via Photoshop): http://img818.imageshack.us/img818/3960 ... result.jpg
Example background image: http://upload.wikimedia.org/wikipedia/c ... t_time.jpg
The processing will have to be done on multiple images with a similar green screen.
Any help or hint is appreciated.