Back to Adaptive Vision Library website

You are here: Start » Function Reference » Statistics » MakeLinearFunction

MakeLinearFunction


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Creates a linear function with given coefficients.

Syntax

void avl::MakeLinearFunction
(
	atl::real inA,
	atl::real inB,
	avl::LinearFunction& outLinearFunction
)

Parameters

Name Type Default Description
inA real 1.0f
inB real
outLinearFunction LinearFunction&