lindewell
28th June 2007, 16:14
Hi I want to use a boolean expression like this:
v1.subtract(v2)>threshold ? v1 : v2
But i want it to process it pixel per pixel not frame by frame, is it possible?
v1.subtract(v2)>threshold ? v1 : v2
But i want it to process it pixel per pixel not frame by frame, is it possible?