Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Profile Combinators

Profile Combinators

Select a filter from the list below.

IconNameDescription
AccumulateProfileReturns a profile of most recent values.
AddProfilesAdds two profiles value by value.
AddProfiles_OfArrayAdds profiles of an array value by value.
AddProfiles_OfLoopAdds profiles appearing in consecutive iterations value by value.
DifferenceProfileComputes profile representing difference between corresponding values of given profiles.
DivideProfilesDivides two profiles value by value.
JoinProfilesConcatenates two profiles into one.
MaximumProfileComputes the maximum of two profiles point by point.
MaximumProfile_OfArrayComputes the maximum of profiles of an array.
MaximumProfile_OfLoopComputes the maximum of profiles appearing in consecutive iterations.
MinimumProfileComputes the minimum of two profiles point by point.
MinimumProfile_OfArrayComputes the minimum of profiles of an array.
MinimumProfile_OfLoopComputes the minimum of profiles appearing in consecutive iterations.
MultiplyProfilesMultiplies two profiles value by value.
MultiplyProfiles_OfArrayMultiplies profiles of an array value by value.
MultiplyProfiles_OfLoopMultiplies profiles appearing in consecutive iterations value by value.
SubtractProfilesSubtracts two profiles value by value.