Back to Adaptive Vision Library website

You are here: Start » Function Reference » Profile Combinators

Profile Combinators

Select a function from the list below.

Icon Name Description Library
AccumulateProfile Returns a profile of most recent values. Professional
AddProfiles Adds two profiles value by value. Professional
AddProfiles_OfArray Adds profiles of an array value by value. Professional
AddProfiles_OfLoop Adds profiles appearing in consecutive iterations value by value. Professional
DifferenceProfile Computes profile representing difference between corresponding values of given profiles. Professional
DivideProfiles Divides two profiles value by value. Professional
JoinProfiles Concatenates two profiles into one. Professional
MaximumProfile Computes the maximum of two profiles point by point. Professional
MaximumProfile_OfArray Computes the maximum of profiles of an array. Professional
MaximumProfile_OfLoop Computes the maximum of profiles appearing in consecutive iterations. Professional
MinimumProfile Computes the minimum of two profiles point by point. Professional
MinimumProfile_OfArray Computes the minimum of profiles of an array. Professional
MinimumProfile_OfLoop Computes the minimum of profiles appearing in consecutive iterations. Professional
MultiplyProfiles Multiplies two profiles value by value. Professional
MultiplyProfiles_OfArray Multiplies profiles of an array value by value. Professional
MultiplyProfiles_OfLoop Multiplies profiles appearing in consecutive iterations value by value. Professional
SubtractProfiles Subtracts two profiles value by value. Professional