Back to Aurora Vision Library website

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

MinimumProfile_OfArray


Header: AVL.h
Namespace: avl
Module: FoundationPro

Computes the minimum of profiles of an array.

Syntax

C++
C#
 
void avl::MinimumProfile_OfArray
(
	const atl::Array<avl::Profile>& inProfileArray,
	avl::Profile& outProfile
)

Parameters

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

Description

Array version of MinimumProfile.

See Also

  • MinimumProfile – Computes the minimum of two profiles point by point.