ECodedElement::GetTopLimit

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

Namespace: Euresys::Open_eVision

[C++]

int GetTopLimit() const

Remarks

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

ECodedElement.TopLimit

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

Namespace: Euresys.Open_eVision

[C#]

int TopLimit

{ get; }

Remarks

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