ERectangleGauge::GetActiveEdges

ERectangleGauge::SetActiveEdges

Active edges as defined in EDragHandle.

Namespace: Euresys::Open_eVision

[C++]

OEV_UINT32 GetActiveEdges() const

void SetActiveEdges(OEV_UINT32 un32ActiveEdges)

Remarks

In the case of a rectangle fitting gauge, each edge can have its own transition detection parameters. Updating the transition parameters only affect the current active edges. By default, all edges are active.

ERectangleGauge.ActiveEdges

Active edges as defined in EDragHandle.

Namespace: Euresys.Open_eVision

[C#]

uint ActiveEdges

{ get; set; }

Remarks

In the case of a rectangle fitting gauge, each edge can have its own transition detection parameters. Updating the transition parameters only affect the current active edges. By default, all edges are active.

ERectangleGauge.ActiveEdges

Active edges as defined in EDragHandle.

Module: open_evision

[Python]

ActiveEdges: int

{get; set}

Remarks

In the case of a rectangle fitting gauge, each edge can have its own transition detection parameters. Updating the transition parameters only affect the current active edges. By default, all edges are active.