Operator Library: Synchronization
The operator AppendImageDyn dynamically concatenates input images into a larger output image. Whether images are appended is controlled by the input Append, which is synchronous to input I. This is the difference to the operator AppendImage, in which the amount of concatenated images is defined by a parameter. Whenever any of the pixels of the input Append has the value 1, the following image is appended to the current image.
Do Not Exceed the Maximum Image Height | |
---|---|
By using this operator, it is possible to exceed the maximum image height as defined in the output link. Therefore, always ensure that the concatenated input images do not exceed the parameterized maximum image height of the output link. Operators that follow in the design might not work correctly if the image height is exceeded. |
Property | Value |
---|---|
Operator Type | P |
Input Links | I, data input Append, control input |
Output Link | O, data output |
The use of operator AppendImageDyn is shown in the following examples:
-
'Functional Example for Specific Operators of Library Synchronization: Dynamic Append and Cut'
Examples - Demonstration of how to use the operator