Re: Green screen.

2013-02-15 Thread Mark E. Mallett
as if it's going to be weather, and a really solid idea for a fun activity was the proverbial TV weatherman green screen. I have to imagine this would be feasible with Linux -- anyone have any suggestions on leads to hunt down? tangent (of course) - I just read the other day of the death

Re: Green screen.

2013-02-14 Thread Ben Scott
On Wed, Feb 13, 2013 at 8:13 PM, Ken D'Ambrosio k...@jots.org wrote: ... a really solid idea for a fun activity was the proverbial TV weatherman green screen. I have to imagine this would be feasible with Linux -- anyone have any suggestions on leads to hunt down? I've never worked

Re: Green screen.

2013-02-14 Thread Matt Minuti
I believe OpenCV can do what you're looking for. On Feb 14, 2013 1:36 PM, Ben Scott dragonh...@gmail.com wrote: On Wed, Feb 13, 2013 at 8:13 PM, Ken D'Ambrosio k...@jots.org wrote: ... a really solid idea for a fun activity was the proverbial TV weatherman green screen. I have to imagine

Re: Green screen.

2013-02-14 Thread Joshua Judson Rosen
Ben Scott dragonh...@gmail.com writes: On Wed, Feb 13, 2013 at 8:13 PM, Ken D'Ambrosio k...@jots.org wrote: ... a really solid idea for a fun activity was the proverbial TV weatherman green screen. I have to imagine this would be feasible with Linux -- anyone have any suggestions

Re: Green screen.

2013-02-14 Thread chris gagnon
...@geekspace.comwrote: Ben Scott dragonh...@gmail.com writes: On Wed, Feb 13, 2013 at 8:13 PM, Ken D'Ambrosio k...@jots.org wrote: ... a really solid idea for a fun activity was the proverbial TV weatherman green screen. I have to imagine this would be feasible with Linux -- anyone have any

Re: Green screen.

2013-02-14 Thread chris gagnon
Sorry to double post. I noticed the greenscreen example didn't include using real time camera, to do that in simplecv You can use a laptop or usb webcam with the camera class: replace: greenscreen = Image(../images/green-screen-person.png) greenscreen.show() with: cam = Camera() greenscreen

Re: Green screen.

2013-02-14 Thread Robert Casey
webcam with the camera class: replace: greenscreen = Image(../images/green-screen-person.png) greenscreen.show() with: cam = Camera() greenscreen = cam.getImage() greenscreen.show() I live in nashua, let me know if I can help you out. we can do a google hangout or something. I've attached

Green screen.

2013-02-13 Thread Ken D'Ambrosio
was the proverbial TV weatherman green screen. I have to imagine this would be feasible with Linux -- anyone have any suggestions on leads to hunt down? Thanks! -Ken -- This mail was scanned by BitDefender For more information please visit http://www.bitdefender.com/links/en/frams.html