< Previous | Contents | Next >

Example 4 – Multi Pixel Processing


Functions can be defined for pixel by pixel processing with 2 images and any image channel can be coded and multi threaded executed, see Example4_MultiPixelProcess.fuse.

All channel can be accessed, the names are : R, G, B, A, BgR, BgG, BgB, BgA, Z, Coverage, ObjectID, MaterialID, U, V, W, NX, NY, NZ, PositionX, PositionY, PositionZ, VectorX, VectorY, BackVectorX, BackVectorY, DisparityX, DisparityY.

Functions have to be defined before the Process in the code because there is no header files.


 

Creating Pixel FunctionsProcess