ECodedElement::GetRightLimit

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

Namespace: Euresys::Open_eVision

[C++]

int GetRightLimit() const

Remarks

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

ECodedElement.RightLimit

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

Namespace: Euresys.Open_eVision

[C#]

int RightLimit

{ get; }

Remarks

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