Back to Adaptive Vision Library website

You are here: Start » Function Reference » Array Composition

Array Composition

Select Filter Equivalent below.

IconNameDescription
AvsFilter_AppendToArrayInserts a new element at the end of an array.
AvsFilter_InsertArrayToArrayInserts an array at the specified index of another one.
AvsFilter_InsertToArrayInserts a new element to an array at a specified location.
AvsFilter_JoinArraysConcatenates the input arrays one after another.
JoinArrays_OfArrayE.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.
RemoveArrayElementRemoves the element of the given index from an array.
RemoveRangeFromArrayRemoves the elements of indices in the given range from an array.
RemoveValueFromArrayRemoves the first or all of the elements of the given value from an array.