Developer Documentation
Centre for Vision, Speech & Signal Processing
USER IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
PixStackSelectC::PixStackSelectC(void)
PixStackSelectC::PixStackSelectC(const ImageRectangleC &)
PixStackSelectC::Initialise(void)
PixStackSelectC::Next(void)
PixStackSelectC::Include(const PixelC &)
PixStackSelectC::IsEmpty(void)
PixStackSelectC::IsInside(const PixelC &)
PixStackSelectC
 
Class for selecting next pixel on which some processing needs to be done.
 
include "amma/Region/PixStackSelect.hh"
User Level:Default
Library:IPRegion
Example:exSeg.cc
Section:Image.Image Processing.Region.Pixel Selectors
In Scope:std

Variables:

StackG pxls;

ByteImageC push;

Methods:
PixStackSelectC()
Default constructor

PixStackSelectC(const ImageRectangleC & rect)
Constructor form the bounding rectangle of possible pixels

void Initialise()
Resets the pixel selector

PixelC Next()
Next pixel to be processed

void Include(const PixelC & pxl)
Add a pixel for later processing

BooleanT IsEmpty()
Returns true if no pixels need to be processed

BooleanT IsInside(const PixelC & pxl)
returns true if pxl has already been included for processing


Programmer:Roshano Roberts, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001