Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Array » Array Statistics

Array Statistics

Select a filter from the list below.

Icon Name Description / Applications Modules
CountValueInArray

Calculates the number of occurrences of an object in an array.

FoundationLite
GetMaximumElement

Returns an array element that corresponds to the biggest value in the array of values.


Choosing one object from an array on the basis of some feature, e.g. the blob having the highest area.

FoundationLite
GetMaximumElement_OrNil

Returns an array element that corresponds to the biggest value in the array of values; returns NIL if the arrays are empty.


Choosing one object from an array on the basis of some feature, e.g. the blob having the highest area.

FoundationLite
GetMedianElement

Gets an array element corresponding to the median value from the inValues array.

FoundationLite
GetMedianElement_OrNil

Gets array element corresponding to median value from the inValues array; returns NIL if the arrays are empty.

FoundationLite
GetMinimumElement

Returns an array element that corresponds to the smallest value in the array of values.


Choosing one object from an array on the basis of some feature, e.g. the blob having the smallest convexity.

FoundationLite
GetMinimumElement_OrNil

Returns an array element that corresponds to the smallest value in the array of values; returns NIL if the arrays are empty.


Choosing one object from an array on the basis of some feature, e.g. the blob having the smallest convexity.

FoundationLite
GetNthElement

Returns the array element corresponding to the n-th biggest/smallest value from the inValues array.

FoundationLite
GetNthElement_OrNil

Returns the array element corresponding to the n-th biggest/smallest value from the inValues array; returns NIL if the arrays are empty.

FoundationLite
GetSortedElements

Returns elements corresponding to 8 smallest/biggest values from the array of values.

FoundationLite