Iterators
Centre for Vision, Speech & Signal Processing
BASIC LIBRARIES AMMA SEARCH AMMA HOME
 

Image iterators

These classes provide a mechanism for fast iteration through an image. The iteration speed is comparable with that of C pointer-style iteration. See exIter.cc for a simple example of its usage.

Note: The Data() (and Data1(), Data2() etc.) member functions of these iterators can be used to modify const images, with no warning.

Subtopics:

    AMMA
        Image
            Indexing
                Iterators

Classes:

Default Classes Description
ImageIterC Pointer based image iterator.
ImagePIterC Pointer based image iterator, with fast access to pixel location.
Image2IterC Pointer based image iterator for image pairs.
Image3IterC Pointer based image iterator for image triples.
BaseImageIterC Base iterator, declares all that is common between the various iterators.
ImageRectIterC Pointer based image rectangle iterator.
Image4IterC Pointer based image iterator for image triples.
ImageS2IterC Pointer based image iterator for image pairs.
ImageS3IterC Pointer based image iterator for image pairs.
ImageS5IterC Pointer based image iterator for image pairs.
ImageS4IterC Pointer based image iterator for image pairs.
ImageS6IterC Pointer based image iterator for image pairs.
ImageS7IterC Pointer based image iterator for image pairs.
LImageIterC Pointer based image iterator.
LImageIter2C Pointer based image iterator.
SegmentationBodyC Segmentation map.
SegmentationC Segmentation map.
FieldIterC Pixel iterator for ImgFieldC field template class.
Author: Anonymous, Generated by DocEntry: March 20, 2001