Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Array » Array Basics » ArrayIndices

ArrayIndices


Module: FoundationLite

Creates an array of element indices, i.e. {0, 1, 2, ..., N-1}, where N is the length of the input array.

Name Type Description
inArray <T>Array
outArray IntegerArray Array indices

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

Examples

Description of usage of this filter can be found in examples and tutorial: Hand-Eye Calibration - On Filters.

Complexity Level

This filter is available on Advanced Complexity Level.