ECodedElement::GetBottomLimit

Returns the highest (integer) Y-coordinate of all the pixels of the coded element.

Namespace: Euresys::Open_eVision

[C++]

int GetBottomLimit() const

Remarks

For a coded element E, this value is defined as: <latex>\left\lceil \max \left\{ y \mid (\exists x) (x,y) \in E \right\} \right\rceil </latex>

ECodedElement.BottomLimit

Returns the highest (integer) Y-coordinate of all the pixels of the coded element.

Namespace: Euresys.Open_eVision

[C#]

int BottomLimit

{ get; }

Remarks

For a coded element E, this value is defined as: <latex>\left\lceil \max \left\{ y \mid (\exists x) (x,y) \in E \right\} \right\rceil </latex>