|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
////////////////////////////////////////////////////////////
---------------------------------------------------------------------
**************** BndRegRowIterC *******************************************
---------------------------------------------------------------------
This class is for iterating over all the pixels enclosed by a boundary in a
raster-scan fashion.
Variables:
Methods:
- BndRegRowIterC(const EdgeListC & el)
-
Constructor from an edge list
- void First()
-
Computes the end points of the first row in the region
- BooleanT IsElm()
-
Returns TRUE if the whole region has not been traversed yet
- void Next()
-
Computes the end points of the next row
- PairC<Index2dC> Data()
-
Returns the end points of the current row
|
Programmer:Roshano Roberts, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|