EObject Class

This class represents an object (blob) in an encoded image.

Remarks

This class inherits from the ECodedElement class and provides additional methods to access the holes of a particular object.

The extraction of the holes is lazy. This means that the holes are not computed before they get accessed. For this reason, the first access to the holes is slower than the subsequent accesses. On the other hand, the applications that do not make use of the holes are not penalized by the cost of hole extraction.

Base Class:ECodedElement

Namespace: Euresys::Open_eVision

Methods

Returns a specified hole in the object.
Returns the number of holes in the object.

EObject Class

This class represents an object (blob) in an encoded image.

Remarks

This class inherits from the ECodedElement class and provides additional methods to access the holes of a particular object.

The extraction of the holes is lazy. This means that the holes are not computed before they get accessed. For this reason, the first access to the holes is slower than the subsequent accesses. On the other hand, the applications that do not make use of the holes are not penalized by the cost of hole extraction.

Base Class:ECodedElement

Namespace: Euresys.Open_eVision

Properties

Returns the number of holes in the object.

Methods

Returns a specified hole in the object.