Back to Adaptive Vision Studio website

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

MaximumProfile_OfLoop


Computes the maximum of profiles appearing in consecutive iterations.

Name Type Description
inProfile Profile Input profile
outProfile Profile Output profile

Description

Loop version of MaximumProfile.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

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

Complexity Level

This filter is available on Basic Complexity Level.

See Also

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