Operator Library: Base
The operator splits the input link of parallelism degree N into N output links of parallelism degree 1. The amount of output links N has to be specified on operator instantiation. The number of links has to be equal to the number of parallel pixels of the input link and cannot be changed after operator instantiation. If the input parallelism changes, a new instantiation of the operator is required. The opposite of this operator is 'MergeParallel'.
The following figure illustrates an example for input parallelism four.
Property | Value |
---|---|
Operator Type | O |
Input Link | I, data input |
Output Link | O[0, N-1], data output |
The use of operator SplitParallel is shown in the following examples:
-
An example for hardware self test of DMA, RAM, GPIOs, Trigger and LEDs.
-
Examples - Downsampling by factor 3x3 without the use of operator SampleDn.
-
Examples - Shows how to vertically mirror an image. Note the mirroring of the parallel words and the pixel.
-
Examples - Scaling A Line Scan Image