Searched defs:edgeCount (Results 1 – 2 of 2) sorted by relevance
88 GCGraph<TWeight>::GCGraph( unsigned int vtxCount, unsigned int edgeCount ) in GCGraph()97 void GCGraph<TWeight>::create( unsigned int vtxCount, unsigned int edgeCount ) in create()
451 edgeCount = 2*(4*img.cols*img.rows - 3*(img.cols + img.rows) + 2); in constructGCGraph() local