EKernel::GetGain

EKernel::SetGain

Global gain.

Namespace: Euresys::Open_eVision

[C++]

float GetGain()

void SetGain(float f32Gain)

Remarks

Before the global gain is applied, the coefficients are normalized so that their sum equals one, unless their sum equals zero (as is the case for a derivation operator). The rectification enables to handle the negative values that may appear after convolution.

EKernel.Gain

Global gain.

Namespace: Euresys.Open_eVision

[C#]

float Gain

{ get; set; }

Remarks

Before the global gain is applied, the coefficients are normalized so that their sum equals one, unless their sum equals zero (as is the case for a derivation operator). The rectification enables to handle the negative values that may appear after convolution.