VVVV
25-08-12- Today I Learned...
If you only want to apply the noise to X and Z axis we can use *(Scale)
node and then set the axis we want to transform to 1.0 and the ignored one to 0.0.
25-08-11- Today I Learned...
To get a Vector3 from a Vector2 we can use XYz
, xYY
, ... nodes. The small letter will be the individual input.
We can use the Resize(VL.OpenCV)
node to make video input smaller. This increases performance for image and video processing.
25-08-02 - Today I Learned...
To detect if a Bang
signal got true certain times in a time interval we can use a CounterFlop
.