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

  PUBLIC
ClusterNodeC::ClusterNodeC(void)
ClusterNodeC::ClusterNodeC(IntT)
ClusterNodeC::ClusterNodeC(int,IntT)
ClusterNodeC::ClusterNodeC(const ClusterNodeC &)
ClusterNodeC::DataStart(void)
ClusterNodeC::Update(void)
ClusterNodeC::Update(PixelC &,VectorC &)
ClusterNodeC::Merge(const ClusterNodeC &)
ClusterNodeC::getid(void) const
ClusterNodeC::Size(void) const
ClusterNodeC::PixelList(void) const
ClusterNodeC::Mean(void) const
ClusterNodeC::Covariance(void) const
ClusterNodeC::operator==(const ClusterNodeC &,const ClusterNodeC &)
ClusterNodeC::operator<<(ostream &,const ClusterNodeC &)
ClusterNodeC
 
Representation of a two-dimensional, arbitrarily-shaped region as a node in a region adjacency graph
 
include "amma/visualdb/ClusterNode.hh"
User Level:Default
Library:VisualDb
Example:exIndex.cc
Section:Applications.Image Database
In Scope:std

Variables:

Methods:
ClusterNodeC()
indIndex of types of intererest.

ClusterNodeC(IntT dimen)
Default constructor.
indIndex of types of intererest.

ClusterNodeC(int node_id,IntT dimen)
Constructor with the node_id
indIndex of types of intererest.

ClusterNodeC(const ClusterNodeC & nod)
Copy constructor.
indIndex of types of intererest.

ClusterNodeC & DataStart()
Return this node
indIndex of types of intererest.

void Update()
Update the properties of the region/node
indIndex of types of intererest.

void Update(PixelC & pix,VectorC & point)
Update the properties of the region
indIndex of types of intererest.

void Merge(const ClusterNodeC & nod)
Merge two regions
indIndex of types of intererest.

int getid() const
Update the properties of the region/node
indIndex of types of intererest.

int Size() const
Return the size of the node/region
indIndex of types of intererest.

DListC<PixelC> PixelList() const
indIndex of types of intererest.

VectorC Mean() const
indIndex of types of intererest.

MatrixC Covariance() const
indIndex of types of intererest.

int operator==(const ClusterNodeC &,const ClusterNodeC &)
indIndex of types of intererest.

ostream & operator<<(ostream & out,const ClusterNodeC & n)
Print info to the output stream
indIndex of types of intererest.


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