Operator Library: Base
The operator splits the N x M kernel components of the input link into j = N * M output links. The amount of output links j has to be specified on operator initialization. The number of output links has to be equal to the number of kernel components. If the input kernel size changes, a new instantiation of the operator is required. The opposite of this operator is 'MergeKernel'.
Property | Value |
---|---|
Operator Type | O |
Input Link | I, data input |
Output Link | O[0, j-1], data output |
The use of operator SplitKernel is shown in the following examples:
-
Example - Line Shear example with linear interpolation.
-
'Histogram of Oriented Gradients (HOG)'
Examples- Histogram of oriented Gradients