ERectangle::GetEdges

Namespace: Euresys::Open_eVision

[C++]

void GetEdges(
   ELine& x,
   ELine& XX,
   ELine& y,
   ELine& YY
)

Parameters

x

Leftmost edge of the ERectangle object.

XX

Rightmost edge of the ERectangle object.

y

Lower edge of the ERectangle object.

YY

Upper edge of the ERectangle object.

ERectangle.GetEdges

Retrieves each edge of a ERectangle object.

Namespace: Euresys.Open_eVision

[C#]

void GetEdges(
   ELine x,
   ELine XX,
   ELine y,
   ELine YY
)

Parameters

x

Leftmost edge of the ERectangle object.

XX

Rightmost edge of the ERectangle object.

y

Lower edge of the ERectangle object.

YY

Upper edge of the ERectangle object.

ERectangle.GetEdges

Retrieves each edge of a ERectangle object.

Module: open_evision

[Python]

GetEdges(
    x: ELine
    XX: ELine
    y: ELine
    YY: ELine
) -> None

Parameters

x

Leftmost edge of the ERectangle object.

XX

Rightmost edge of the ERectangle object.

y

Lower edge of the ERectangle object.

YY

Upper edge of the ERectangle object.