Skip to content

VVVV

25-08-12- Today I Learned...

Apply Transformation Only Specific Axis Img

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.