Back to Adaptive Vision Library website

You are here: Start » Function Reference » Array Statistics

Array Statistics

Select Filter Equivalent below.

IconNameDescription
AvsFilter_CountValueInArrayCalculates the number of occurrences of an object in an array.
GetMaximumElementChoosing one object from an array on the basis of some feature, e.g. the blob having the highest area.
GetMedianElementGets array element corresponding to median value from the inValues array.
GetMinimumElementChoosing one object from an array on the basis of some feature, e.g. the blob having the smallest convexity.
GetNthElementReturns the array element corresponding to the n-th biggest/smallest value from the inValues array.
GetSortedElementsReturns elements corresponding to 8 smallest/biggest values from the array of values.