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

  PUBLIC
MergeCritC::MergeCritC(void)
MergeCritC::MergeCritC(const MergeCritC &)
MergeCritC::Merge(GraphAdjIterC &)
MergeCritC::ShouldMerge(GraphAdjIterC &)
MergeCritC<class NodeT,class EdgeT>
 
Class to decide whether two nodes of an adjacency should be merged based on the motion measurement associated with each of them.
 
include "amma/RAG/MergeCrit.hh"
User Level:Default
Library:Mrag
Example:exRAG.cc
Section:Image.Image Processing.Region Adjacency Graph.Merge Criteria
In Scope:std

Methods:

MergeCritC()
Default constructor.

MergeCritC(const MergeCritC & mrg_crit)
Copy Constructor

GraphNodeIterC<NodeT,EdgeT> Merge(GraphAdjIterC<NodeT,EdgeT> & adj)
merge the owner of the adjacency to the best neighbour which is chosen according to the criterion hardcoded in this class; if the returned node is invalid, there is no merge

int ShouldMerge(GraphAdjIterC<NodeT,EdgeT> & adj)
returns 1 if the owner of the adjacency should be merged with the othe node


Programmer:Roshano Roberts, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001