ECodedElement::GetElementIndex
Returns the index of the coded element An object or a hole..
Namespace: Euresys::Open_eVision
[C++]
OEV_UINT32 GetElementIndex() const
Remarks
If the coded element is an object In a general content, the term object should be understood with the meaning of a class instance. In EasyObject, an object is a maximally-sized area of adjacent connected pixels belonging to the layer foreground., its index is relative to the layer A binary image constructed by a segmentation process. to which it belongs. If the coded element is a hole In EasyObject, a hole is a maximally-sized area of adjacent connected pixels belonging to the layer background that is completely surrounded by an object., its index is relative to its parent object.
ECodedElement.ElementIndex
Returns the index of the coded element.
Namespace: Euresys.Open_eVision
[C#]
uint ElementIndex
{ get; }
Remarks
If the coded element is an object, its index is relative to the layer to which it belongs. If the coded element is a hole, its index is relative to its parent object.
ECodedElement.ElementIndex
Returns the index of the coded element.
Module: open_evision
[Python]
ElementIndex: int
{get}
Remarks
If the coded element is an object, its index is relative to the layer to which it belongs. If the coded element is a hole, its index is relative to its parent object.