Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Profile Basics

Profile Basics

Select a filter from the list below.

IconNameDescription
AccessProfileReturns individual fields of a profile.
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.
GetProfileValueGets a single value from a profile, located at the specified X coordinate.
MakeProfileCreates a profile structure.
ProfileCoordinatesReturns an array of all X and Y coordinates of the input 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.
SetProfileXTransformSets the offset and the scale of a profile in the X axis.
SkipEmptyProfileSecures against domain errors caused by empty profiles, e.g. just before the ProfileAverage filter is to be invoked.