Back to FabImage Library website
You are here: Start » Function Reference » Profile » Profile Combinators » MinimumProfile_OfArray
MinimumProfile_OfArray
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationPro |
Computes the minimum of profiles of an array.
Syntax
C++
C#
void fil::MinimumProfile_OfArray ( const ftl::Array<fil::Profile>& inProfileArray, fil::Profile& outProfile )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inProfileArray | const Array<Profile>& | ||
![]() |
outProfile | Profile& | Output profile |
Description
Array version of MinimumProfile.
See Also
- MinimumProfile – Computes the minimum of two profiles point by point.


