EPointGauge::GetTransitionType

EPointGauge::SetTransitionType

Transition type.

Namespace: Euresys::Open_eVision_2_11

[C++]

Euresys::Open_eVision_2_11::ETransitionType GetTransitionType()

void SetTransitionType(Euresys::Open_eVision_2_11::ETransitionType eTransitionType)

Remarks

The type of a transition tells whether it crosses increasing or decreasing gray-level values. This helps discriminate between nearby edges of an object. By default, the searched transition type is indifferently a black to white or a white to black transition (ETransitionType_BwOrWb).

EPointGauge.TransitionType

Transition type.

Namespace: Euresys.Open_eVision_2_11

[C#]

Euresys.Open_eVision_2_11.ETransitionType TransitionType

{ get; set; }

Remarks

The type of a transition tells whether it crosses increasing or decreasing gray-level values. This helps discriminate between nearby edges of an object. By default, the searched transition type is indifferently a black to white or a white to black transition (BwOrWb).