Back to Adaptive Vision Library website

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

MinimumProfile_OfLoop


Computes the minimum of profiles appearing in consecutive iterations.

Syntax

C++
C#
 
void avl::MinimumProfile_OfLoop
(
	MinimumProfile_OfLoopState& ioState,
	const avl::Profile& inProfile,
	avl::Profile& outProfile
)

Parameters

Name Type Default Description
ioState MinimumProfile_OfLoopState& Object used to maintain state of the function.
inProfile const Profile& Input profile
outProfile Profile& Output profile

Description

Loop version of MinimumProfile.

In-place Processing

This function supports in-place data processing - you can pass the same reference to inProfile and outProfile

Errors

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

See Also