|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
This iterator goes through a sub-rectangle of the image.
FAST!!!
Parent Classes:
Variables:
Methods:
- ImageRectIterC(ImageC<DataC> & Img,const ImageRectangleC & Rect)
-
Construct from an image.
- ImageRectIterC(const ImageRectIterC & Oth)
-
copy constructor.
- const ImageRectIterC<DataC> & operator=(const ImageC<DataC> & Oth)
-
Assign a new image to iterator.
NB. This will reset iterator to begining of image.
- const ImageRectIterC<DataC> & operator=(const ImageRectangleC & Oth)
-
Assign a new rectangle to iterator.
NB. This will reset iterator to begining of image.
- const ImageRectangleC & Rectangle() const
-
Access working rectangle.
- void First()
-
Goto first pixel in image.
- void Next()
-
Goto first pixel in image.
- IndexT Col() const
-
Get current columb. (SLOW).
- PixelC Pixel() const
-
Get current pixel (SLOW).
- const BaseImageIterC<DataC> & operator=(const ImageC<DataC> & Oth)
-
Assign a new image to iterator.
NB. This will reset iterator to begining of image.
- DataC & Data()
-
Get value of current pixel.
- const DataC & Data() const
-
Get value of current pixel.
- IndexT Row() const
-
Get current row.
- BooleanT IsElm() const
-
At valid pixel in image ?
- BooleanT IsEndOfRow() const
-
Test if last pixel in row.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|