EObjectRunsIterator Class

Iterator to the runs of a coded element.

Remarks

This class is responsible for the sequential access to the individual runs of a coded element.

A run is defined as a maximal sequence of consecutive pixels on the same run, that all belong to the same coded element.

Namespace: Euresys::Open_eVision

Methods

Constructs an iterator to the runs of a coded element.
Rewinds to the first run of the coded element.
Returns the abscissa (X-coordinate) of the rightmost pixel of the run the iterator is currently over.
Returns the lengths of the run the iterator is currently over.
Returns the abscissa (X-coordinate) of the leftmost pixel of the run the iterator is currently over.
Returns the ordinate (Y-coordinate) of the run the iterator is currently over.
Tests whether all the runs have been spanned.
Advance to the next run in the iterator.
Assignment operator.

EObjectRunsIterator Class

Iterator to the runs of a coded element.

Remarks

This class is responsible for the sequential access to the individual runs of a coded element.

A run is defined as a maximal sequence of consecutive pixels on the same run, that all belong to the same coded element.

Namespace: Euresys.Open_eVision

Properties

Returns the abscissa (X-coordinate) of the rightmost pixel of the run the iterator is currently over.
Tests whether all the runs have been spanned.
Returns the lengths of the run the iterator is currently over.
Returns the abscissa (X-coordinate) of the leftmost pixel of the run the iterator is currently over.
Y
Returns the ordinate (Y-coordinate) of the run the iterator is currently over.

Methods

Constructs an iterator to the runs of a coded element.
Rewinds to the first run of the coded element.
Advance to the next run in the iterator.
Assignment operator.