Operator Library: Base
The operator Trash is a data sink for unused links.
If modules generate output links that are not required in a particular design or if some paths are not implemented yet, it is necessary to terminate open output links. Connecting open outputs to the input of a Trash module terminates these outputs.
The use of operator Trash is shown in the following examples:
-
Examples - The blob analysis operator is applied to an input camera image. The applet shows the usage of the blob data in the applet. In this case, the object with the maximum are is localized and the coordinates are used to cut out the object from the original image.
-
Examples - Downsampling by factor 3x3 without the use of operator SampleDn.
-
Examples - Shows how to split an merge image streams. Appends a trailer to the image.