ECodedElement::GetLeftLimit

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

Namespace: Euresys::Open_eVision

[C++]

int GetLeftLimit() const

Remarks

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

ECodedElement.LeftLimit

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

Namespace: Euresys.Open_eVision

[C#]

int LeftLimit

{ get; }

Remarks

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