Documentation Portal      

What are you looking for?

ERectangleGauge::GetThreshold

ERectangleGauge::SetThreshold

Threshold level used to delimit significant peaks in the data profile.

Namespace: Euresys::Open_eVision_2_10

[C++]

OEV_UINT32 GetThreshold()

void SetThreshold(OEV_UINT32 un32Threshold)

Remarks

When analyzing a derivative profile, a peak is made up of consecutive pixel values above Threshold. To detect weak [strong] transitions, lower [raise] the Threshold value.
To avoid interference of noise, an additional parameter is provided. The MinAmplitude parameter is an offset added to Threshold when a peak is to be detected.
When the pixel values of the derivative profile do not reach Threshold + MinAmplitude, the peak is not taken into account. Anyway, when a peak is taken into account, all the pixels with values above Threshold are considered (for more accuracy). Setting the MinAmplitude value to 0 merely cancels its effect.

ERectangleGauge.Threshold

Threshold level used to delimit significant peaks in the data profile.

Namespace: Euresys.Open_eVision_2_10

[C#]

uint Threshold

{ get; set; }

Remarks

When analyzing a derivative profile, a peak is made up of consecutive pixel values above Threshold. To detect weak [strong] transitions, lower [raise] the Threshold value.
To avoid interference of noise, an additional parameter is provided. The MinAmplitude parameter is an offset added to Threshold when a peak is to be detected.
When the pixel values of the derivative profile do not reach Threshold + MinAmplitude, the peak is not taken into account. Anyway, when a peak is taken into account, all the pixels with values above Threshold are considered (for more accuracy). Setting the MinAmplitude value to 0 merely cancels its effect.

Which API shall we display?

© 2019 EURESYS s.a.  -  About Documentation  -  Open Source Licenses  -  Open eVision 2.10.0.1121