what :
Home > Objects > V > v.>= > author : David Rokeby

v.>=

single stream: compare each pixel's brightness to an integer dual stream: compare corresponding pixels' brightness in two streams


single stream: compare each pixel's brightness to an integer dual stream: compare corresponding pixels' brightness in two streams In single stream mode, v.>= compares each pixel in the input stream to the int that was received in the right inlet. Where the brightness of the pixel is greater than or equal to the test value, v.>= outputs 255, otherwise it outputs 0. In dual stream mode, v.>= compares each pixel in stream 1 with the corresponding pixel in stream 2. Where the stream 1's brightness is greater than or equal to stream 2's, v.>= outputs 255, otherwise it outputs 0. v.>= compares only brightness.
from the library :
softVNS
Format : External
Environment : jitter / max
commercial
Max 4.x


http://homepage.mac.com/davidrokeby/softVNS.html

4400 objects and 131 libraries within the database Last entries : April 24th, 2013 Last comments : 0 50 visitors and 1 member connected RSS
Site under GNU Free Documentation License page generated in : 0.0372 s