Back to FabImage Library website
You are here: Start » Function Reference » Profile » Profile Combinators » MaximumProfile_OfLoop

MaximumProfile_OfLoop
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationPro |
Computes the maximum of profiles appearing in consecutive iterations.
Syntax
C++
C#
void fil::MaximumProfile_OfLoop ( ProfileCombinators_OfLoopState& ioState, const fil::Profile& inProfile, fil::Profile& outProfile )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioState | ProfileCombinators_OfLoopState& | Object used to maintain state of the function. | |
![]() |
inProfile | const Profile& | Input profile | |
![]() |
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.