Back to Adaptive Vision Library website

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

MinimumProfile_OfArray


Header:AVL.h
Namespace:avl

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
inProfileArray const Array<Profile>&
outProfile Profile& Output profile

Description

Array version of MinimumProfile.

Errors

List of possible exceptions:

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

See Also

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