Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Loop Generators

Loop Generators

Select a filter from the list below.

IconNameDescription
EnumerateCombinationsIn each consecutive iteration produces a consecutive combination of integer numbers.
EnumerateElementPairsProduces a total number of 'inCount1 * inCount2' of pairs of elements.
EnumerateElementsIn each iteration gets a consecutive element of the input array.
EnumerateIntegerPairsProduces a total number of 'inCount1 * inCount2' of pairs of integer numbers.
EnumerateIntegersIn each consecutive iteration produces a consecutive number from an arithmetic sequence.
EnumerateRealPairsProduces a total number of 'inCount1 * inCount2' of pairs of real numbers.
EnumerateRealsIn each consecutive iteration produces a consecutive number from an arithmetic sequence.
LoopPut this filter into a task that should have a loop, but does not have any other loop generators (e.g. GrabImage).