Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Array Composition » JoinArrays_OfArray

JoinArrays_OfArray


Receives an array of arrays, and creates a single one-dimensional array containing all individual elements.

Name Type Description
inArrays <T>ArrayArray Arrays to be joined
outJoinedArray <T>Array Joined array

The type of this filter is defined using the type variable T which represents any valid type. Read more.

Applications

E.g. when multiple points are detected within multiple regions we receive a Point2DArrayArray. This 2D data structure keeps track of which point comes from which region. We can flatten this structure to 1D array by using this filter.

Complexity Level

This filter is available on Basic Complexity Level.

See Also