Back to FabImage Studio website
You are here: Start » Filter Reference » Array Composition » FlattenArray
Receives an array of arrays, and creates a single one-dimensional array containing all individual elements.
Name | Type | Description | |
---|---|---|---|
![]() |
inArray | <T>ArrayArray | Array to be flattened |
![]() |
outFlattenedArray | <T>Array | Flattened 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.