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

  PUBLIC
RegionVectorC::RegionVectorC(void)
RegionVectorC::RegionVectorC(const NumVLDataSetC &,const ImageRectangleC &)
RegionVectorC::RegionVectorC(istream &)
RegionVectorC::Median(void) const
RegionVectorC::Mean(void) const
RegionVectorC::PrintIndex(const DListC &,const FilenameC &)
RegionVectorC::operator<<(ostream &,const RegionVectorC &)
RegionVectorC::operator>>(istream &,RegionVectorC &)
RegionVectorC
 
include "amma/visualdb/RegionVector.hh"
User Level:Default
Library:VisualDb
Example:exIndex.cc
Section:Applications.Image Database
In Scope:std

Variables:

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

RegionVectorC(const NumVLDataSetC & dset,const ImageRectangleC & rec)
Default constructor
indIndex of types of intererest.

RegionVectorC(istream & in)
Stream constructor Operators --------- Methods -------
indIndex of types of intererest.

DListC<ImageIndexT> Median() const
Get the median for image index
indIndex of types of intererest.

DListC<ImageIndexT> Mean() const
Get the mean for image index
indIndex of types of intererest.

void PrintIndex(const DListC<ImageIndexT> & list,const FilenameC & fname)
Print the image index Friends -------
indIndex of types of intererest.

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

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


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