|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Variables:
Methods:
- ClusterRAGC(IntT dimen)
-
Default constructor.
| ind | Index of types of intererest. |
- void ConstructGraph(const ImgT & in,ImageC<VectorC> FeatureImage)
-
Build the region adjacency graph
| ind | Index of types of intererest. |
- void ConstructGraph(const DListC<NodeT> & nodes,const ImgT & in)
-
Build the region adjacency graph from existing nodes and adjacency map
| ind | Index of types of intererest. |
- void MergeNodes(GraphNodeIterC<NodeT,EdgeT> & fst_nod,GraphNodeIterC<NodeT,EdgeT> & sec_nod)
-
not implemented yet
| ind | Index of types of intererest. |
- DListC<PairC<NodeT>> Merge(MergeCritT & mrg_crit)
-
Merge some nodes
| ind | Index of types of intererest. |
- GraphTC<NodeT,EdgeT> & Base()
-
| ind | Index of types of intererest. |
- GraphNodeIterC<NodeT,EdgeT> GetNode(int id)
-
Returns a pointer to the node id
| ind | Index of types of intererest. |
- void DebugPrint(ostream & os) const
-
Print the graph
| ind | Index of types of intererest. |
- void DebugNodes() const
-
Print the graph
| ind | Index of types of intererest. |
|
Programmer:Kieron Messer, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|