Back to Adaptive Vision Library website

You are here: Start » Function Reference » Profile Combinators » MultiplyProfiles_OfArray

MultiplyProfiles_OfArray


Header:AVL.h
Namespace:avl

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

List of possible exceptions:

Error type Description
DomainError Input profiles have different lengths in MultiplyProfiles.
DomainError Input profiles have different X coordinates in MultiplyProfiles.

See Also