Back to Adaptive Vision Library website
You are here: Start » Function Reference » Loop Generators
Loop Generators
Select Filter Equivalent below.
| Icon | Name | Description |
|---|---|---|
| EnumerateCombinations | In each consecutive iteration produces a consecutive combination of integer numbers. | |
| EnumerateIntegerPairs | Produces a total number of 'inCount1 * inCount2' of pairs of integer numbers. | |
| EnumerateIntegers | In each consecutive iteration produces a consecutive number from an arithmetic sequence. | |
| EnumerateRealPairs | Produces a total number of 'inCount1 * inCount2' of pairs of real numbers. | |
| EnumerateReals | In each consecutive iteration produces a consecutive number from an arithmetic sequence. | |
| Loop | Put this filter into a task that should have a loop, but does not have any other loop generators (e.g. GrabImage). |
