Back to Adaptive Vision Library website

You are here: Start » Function Reference » Profile Basics

Profile Basics

Select a function from the list below.

IconNameDescription
CreateUniformProfileCreates an uniform profile of the given size.
GetProfileElementGets a single value from a profile, located at the specified index.
GetProfileElement_InterpolatedReturns linear interpolation between two consecutive values from a profile.
ProfileIndicesReturns an array of all indices of the input profile (0, 1, 2, ...).
SetProfileElementSets a single element in a profile, located at the specified index.
SkipEmptyProfileSecures against domain errors caused by empty profiles, e.g. just before the ProfileAverage filter is to be invoked.