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

  PUBLIC
ImageIndexC::ImageIndexC(void)
ImageIndexC::ImageIndexC(const VectorC &,RealT,const PixelC &)
ImageIndexC::ImageIndexC(const ImageIndexC &)
ImageIndexC::ImageIndexC(istream &)
ImageIndexC::Copy(void) const
ImageIndexC::operator=(const ImageIndexC &)
ImageIndexC::Mean(void) const
ImageIndexC::Size(void) const
ImageIndexC::SetSize(RealT)
ImageIndexC::ObjectCoords(void) const
ImageIndexC::operator<<(ostream &,const ImageIndexC &)
ImageIndexC::operator>>(istream &,ImageIndexC &)
ImageIndexC
 
include "amma/visualdb/ImageIndex.hh"
User Level:Default
Library:VisualDb
Example:exIndex.cc
Section:default.Kieron J Messer
In Scope:std

Variables:

Methods:
ImageIndexC()
indIndex of types of intererest.
Default constructor

ImageIndexC(const VectorC & mean,RealT size,const PixelC & pixel)
indIndex of types of intererest.
Initialise cluster with mean vector, size and pixel location

ImageIndexC(const ImageIndexC & in)
indIndex of types of intererest.
Copy constructor

ImageIndexC(istream & is)
indIndex of types of intererest.
Construct from the input stream

ImageIndexC & Copy() const
indIndex of types of intererest.
Make a copy Operators ---------

const ImageIndexC & operator=(const ImageIndexC & in)
indIndex of types of intererest.
assignment of big object

Methods


const VectorC & Mean() const
Return the mean vector associated with the cluster
indIndex of types of intererest.

RealT Size() const
Return the size of the cluster
indIndex of types of intererest.

void SetSize(RealT sz)
Return the size of the cluster
indIndex of types of intererest.

const PixelC & ObjectCoords() const
Return the location of the object coordinate
indIndex of types of intererest.

ostream & operator<<(ostream & s,const ImageIndexC & clust)
indIndex of types of intererest.

istream & operator>>(istream & s,ImageIndexC & clust)
indIndex of types of intererest.


Documentation by CxxDoc: Tue Mar 20 10:48:08 2001