Back to Adaptive Vision Library website
You are here: Start » Function Reference » Profile Combinators » MultiplyProfiles_OfLoop
MultiplyProfiles_OfLoop
Multiplies profiles appearing in consecutive iterations value by value.
Syntax
C++
C#
void avl::MultiplyProfiles_OfLoop ( MultiplyProfiles_OfLoopState& ioState, const avl::Profile& inProfile, avl::Profile& outProfile )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
| ioState | MultiplyProfiles_OfLoopState& | Object used to maintain state of the function. | ||
![]() |
inProfile | const Profile& | Input profile | |
![]() |
outProfile | Profile& | Output profile |
Description
Loop version of MultiplyProfiles.
In-place Processing
This function supports in-place data processing - you can pass the same reference to inProfile and outProfile
Errors
| Error type | Description |
|---|---|
| DomainError | Input profiles have different lengths in MultiplyProfiles. |


