Back to Adaptive Vision Library website
You are here: Start » Function Reference » Profile Combinators » AddProfiles_OfArray

AddProfiles_OfArray
Adds profiles of an array value by value.
Syntax
C++
C#
void avl::AddProfiles_OfArray ( const atl::Array<avl::Profile>& inProfileArray, avl::Profile& outProfile )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inProfileArray | const Array<Profile>& | ||
![]() |
outProfile | Profile& | Output profile |
Description
Array version of AddProfiles.
Errors
Error type | Description |
---|---|
DomainError | Input profiles have different lengths in AddProfiles. |