Back to Adaptive Vision Library website
You are here: Start » Function Reference » Profile Combinators » MultiplyProfiles_OfArray
MultiplyProfiles_OfArray
Multiplies profiles of an array value by value.
Syntax
C++
C#
void avl::MultiplyProfiles_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 MultiplyProfiles.
Errors
| Error type | Description |
|---|---|
| DomainError | Input profiles have different lengths in MultiplyProfiles. |


