This is an old revision of the document!


Condition

With this element smaller if-clauses can be implemented. The IO can be verified if it fulfills certain conditions.

In the condition relational operators from Lua can be used. In order to use the condition statement a variable and/or script element is necessary. The condition will not modify the IO.

Here, a very specific example should be given/described. In the future, this can be supported by screenshots etc.. For the moment, give an example easy enough for the user to understand, but specific enough to elaborate why a given parameter is a good set for this very situation.

Input Description
FirstInput IO to be passed
Output Description
FirstOutput IO passed, if the condition is true
SecondOutput IO passed, if the condition is false

In this paragraph, the “HOW a logic works under the hood” and WHY someone should use it can be elaborated with higher detail. Describes a scenario in an image processing workflow where this logic can be used to solve the resulting problem. Also, wikipages, publications or anything else describing the theory behind an algorithm should be linked here, if applicable.