Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Loop Generators

Loop Generators

Select a filter from the list below.

Icon Name Description
EnumerateCombinations In each consecutive iteration produces a consecutive combination of integer numbers.
EnumerateElementPairs Produces a total number of 'inCount1 * inCount2' of pairs of elements.
EnumerateElements In each iteration gets a consecutive element of the input array.
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).