EPointGauge::GetMinArea

EPointGauge::SetMinArea

Minimum area value.

Namespace: Euresys::Open_eVision_2_11

[C++]

OEV_UINT32 GetMinArea()

void SetMinArea(OEV_UINT32 un32MinArea)

Remarks

A transition is detected if its derivative peak reaches Threshold + MinAmplitude value, and then declared valid if the area between the peak curve and the horizontal at level Threshold reaches the MinArea value.

EPointGauge.MinArea

Minimum area value.

Namespace: Euresys.Open_eVision_2_11

[C#]

uint MinArea

{ get; set; }

Remarks

A transition is detected if its derivative peak reaches Threshold + MinAmplitude value, and then declared valid if the area between the peak curve and the horizontal at level Threshold reaches the MinArea value.