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

  PUBLIC
ClusterRAGC::ClusterRAGC(IntT)
ClusterRAGC::ConstructGraph(const ImgT &,ImageC)
ClusterRAGC::ConstructGraph(const DListC &,const ImgT &)
ClusterRAGC::MergeNodes(GraphNodeIterC &,GraphNodeIterC &)
ClusterRAGC::Merge(MergeCritT &)
ClusterRAGC::Base(void)
ClusterRAGC::GetNode(int)
ClusterRAGC::DebugPrint(ostream &) const
ClusterRAGC::DebugNodes(void) const
ClusterRAGC<class NodeT,class EdgeT,class ImgT>
 
include "amma/visualdb/ClusterRAG.hh"
User Level:Default
Library:VisualDb
Example:exIndex.cc
Section:default.Author's Name
In Scope:std

Variables:

Methods:
ClusterRAGC(IntT dimen)
Default constructor.
indIndex of types of intererest.

void ConstructGraph(const ImgT & in,ImageC<VectorC> FeatureImage)
Build the region adjacency graph
indIndex of types of intererest.

void ConstructGraph(const DListC<NodeT> & nodes,const ImgT & in)
Build the region adjacency graph from existing nodes and adjacency map
indIndex of types of intererest.

void MergeNodes(GraphNodeIterC<NodeT,EdgeT> & fst_nod,GraphNodeIterC<NodeT,EdgeT> & sec_nod)
not implemented yet
indIndex of types of intererest.

DListC<PairC<NodeT>> Merge(MergeCritT & mrg_crit)
Merge some nodes
indIndex of types of intererest.

GraphTC<NodeT,EdgeT> & Base()
indIndex of types of intererest.

GraphNodeIterC<NodeT,EdgeT> GetNode(int id)
Returns a pointer to the node id
indIndex of types of intererest.

void DebugPrint(ostream & os) const
Print the graph
indIndex of types of intererest.

void DebugNodes() const
Print the graph
indIndex of types of intererest.


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