Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Statistics » MakeLinearFunction
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | STD.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Creates a linear function with given coefficients.
Syntax
void fil::MakeLinearFunction ( float inA, float inB, fil::LinearFunction& outLinearFunction )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inA | float | 1.0f | |
![]() |
inB | float | ||
![]() |
outLinearFunction | LinearFunction& |