EObjectRunsIterator::Next
Advance to the next run Maximally-sized area of adjacent pixels on the same row belonging to the background or to the foreground of a layer. in the iterator.
Namespace: Euresys::Open_eVision
[C++]
void Next(
) const
Remarks
An exception is thrown if the iterator has reached its end. Use EObjectRunsIterator::IsDone
to check this condition.
EObjectRunsIterator.Next
Advance to the next run in the iterator.
Namespace: Euresys.Open_eVision
[C#]
void Next(
)
Remarks
An exception is thrown if the iterator has reached its end. Use EObjectRunsIterator.IsDone
to check this condition.
EObjectRunsIterator.Next
Advance to the next run in the iterator.
Module: open_evision
[Python]
Next() -> None
Remarks
An exception is thrown if the iterator has reached its end. Use EObjectRunsIterator.IsDone
to check this condition.