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

  PUBLIC
LabelImageC::LabelImageC(void)
LabelImageC::LabelImageC(const ImageC &,const PixTypeT &)
LabelImageC::LabelImageC(const ImageC &,const PixelC &)
LabelImageC::LabelImageC(istream &)
LabelImageC::Image(void) const
LabelImageC::Label(void) const
LabelImageC::Image(const ImageC &)
LabelImageC::Label(const PixTypeT &)
LabelImageC::Contains(const ImageRectangleC &) const
LabelImageC::RandomPixels(IntT) const
LabelImageC::Save(ostream &) const
LabelImageC::operator DListC(void) const
LabelImageC::operator Array1dC(void) const
LabelImageC::operator<<(ostream &,const LabelImageC &)
LabelImageC::operator>>(istream &,LabelImageC &)
LabelImageC<class PixTypeT>
 
Put a brief description of your class
 
include "amma/LabelImage.hh"
User Level:Default
Library:./LabelImage
Example:exIndex.cc
Section:default.Kieron J Messer
In Scope:std

Comments:
Put a more detailed description of your class here. You use embedded html to make it clearer in the html documentation

Variables:
Methods:
LabelImageC()
Default constructor
indIndex of types of intererest.

LabelImageC(const ImageC<PixTypeT> & im,const PixTypeT & label)
construct from input image and corresponding label
indIndex of types of intererest.

LabelImageC(const ImageC<PixTypeT> & im,const PixelC & pix)
construct from input image and get label value from pixel pos
indIndex of types of intererest.

LabelImageC(istream & in)
Stream constructor
indIndex of types of intererest.

ImageC<PixTypeT> Image() const
access to image
indIndex of types of intererest.

PixTypeT Label() const
access to label
indIndex of types of intererest.

void Image(const ImageC<PixTypeT> & im)
set image
indIndex of types of intererest.

void Label(const PixTypeT & lab)
set label
indIndex of types of intererest.

BooleanT Contains(const ImageRectangleC & rec) const
checks to see whether rectangle falls completely inside current region
indIndex of types of intererest.

Array1dC<PixelC> RandomPixels(IntT n) const
gets a selection of random pixels from the current region
indIndex of types of intererest.

void Save(ostream & s) const
save Operators ---------
indIndex of types of intererest.

operator DListC<PixelC>() const
convert into a list of pixels
indIndex of types of intererest.

operator Array1dC<PixelC>() const
convert into a list of pixels Methods ------- Friends -------
indIndex of types of intererest.

ostream & operator<<(ostream & s,const LabelImageC<PixTypeT> & out)
Output stream operator
indIndex of types of intererest.

istream & operator>>(istream & s,LabelImageC<PixTypeT> & in)
Input stream operator
indIndex of types of intererest.


Programmer:Kieron J Messer, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001