Back to Aurora Vision Library website
You are here: Start » Function Reference » Profile » Profile Combinators » MaximumProfile_OfArray
MaximumProfile_OfArray
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationPro |
Computes the maximum of profiles of an array.
Syntax
C++
C#
void avl::MaximumProfile_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 MaximumProfile.
See Also
- MaximumProfile – Computes the maximum of two profiles point by point.


