We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
analaize a masked Video Signal (Read 870 times)
analaize a masked Video Signal
Sep 6th, 2005, 11:40am
 
Hello guys, i need some help to solve a problem. I don't know how to analayze the pixels of a video that i'm masking, what i mean is that i load a mask
(maschera = loadImage("mask_01.gif")Wink
and i put on a video taken from an iSight

how can i store in an array the values of the pixel of the resulting video?

thanks

Dr.Funkenstein
Re: analaize a masked Video Signal
Reply #1 - Oct 7th, 2005, 9:00am
 

maschera = loadImage("mask_01.gif");
maschera.loadPixels();

i think
Re: analaize a masked Video Signal
Reply #2 - Oct 25th, 2005, 11:16am
 
yes, i discovered by my self after i posted the question,
anyway thetoad,  thanks a lot for your time

dr.F
Page Index Toggle Pages: 1