Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Parallelism enables parallel processing between branches.The results from all branches in several branches and their results are then combined.

For instance, if you can use 2 different modules, one in each side each in a separate branch of the Parallelism branch, the and their results will be combined in at the end of the Flow.In other words, if one module branching in the following way:

Evaluation result OK/NG - If one branch provides a result OK and the other NOKNG, the result will be NOKNG, which is a combination of both modules branches (boolean operator AND).

...

.

Detected rectangles and heatmaps - Rectangles and heatmaps from all branches will appear together in the joined output.

Image - Only the image from the left branch is kept after joining the branches. That means any potential processing of the image in different branches will not be visible after the branches are joined.

...

In order to use Parallelism, firstly, add it from the Modules tab, then you have 3 options to move modules around its branches:

...