Video Processing Framework
EdgeCost Class Reference

#include <Graph_VertexMatch.h>

List of all members.

Public Member Functions

 EdgeCost ()
virtual ~EdgeCost ()
virtual float calcCost (std::vector< CvPoint2D32f > *currVert, int currInd, std::vector< CvPoint2D32f > *prevVert, int prevInd)
virtual float calcCost (GraphEdge *edgePtr, TDGraphNode *nodes, std::vector< CvPoint2D32f > *currVert=NULL, std::vector< CvPoint2D32f > *prevVert=NULL)

Constructor & Destructor Documentation

EdgeCost::EdgeCost ( ) [inline]
virtual EdgeCost::~EdgeCost ( ) [inline, virtual]

Member Function Documentation

float EdgeCost::calcCost ( std::vector< CvPoint2D32f > *  currVert,
int  currInd,
std::vector< CvPoint2D32f > *  prevVert,
int  prevInd 
) [virtual]
float EdgeCost::calcCost ( GraphEdge edgePtr,
TDGraphNode nodes,
std::vector< CvPoint2D32f > *  currVert = NULL,
std::vector< CvPoint2D32f > *  prevVert = NULL 
) [virtual]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines