Back to FabImage Library website

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

MaximumProfile_OfArray


Header: FIL.h
Namespace: fil
Module: FoundationPro

Computes the maximum of profiles of an array.

Syntax

C++
C#
 
void fil::MaximumProfile_OfArray
(
	const ftl::Array<fil::Profile>& inProfileArray,
	fil::Profile& outProfile
)

Parameters

Name Type Default Description
Input value inProfileArray const Array<Profile>&
Output value outProfile Profile& Output profile

Description

Array version of MaximumProfile.

See Also

  • MaximumProfile – Computes the maximum of two profiles point by point.