Back to Aurora Vision Library website

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

MaximumProfile_OfLoop


Header: AVL.h
Namespace: avl
Module: FoundationPro

Computes the maximum of profiles appearing in consecutive iterations.

Syntax

C++
C#
 
void avl::MaximumProfile_OfLoop
(
	ProfileCombinators_OfLoopState& ioState,
	const avl::Profile& inProfile,
	avl::Profile& outProfile
)

Parameters

Name Type Default Description
Input will be modified ioState ProfileCombinators_OfLoopState& Object used to maintain state of the function.
Input value inProfile const Profile& Input profile
Output value outProfile Profile& Output profile

In-place Processing

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

Read more about In-place Computation.

Description

Loop version of MaximumProfile.

See Also

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