Home
last modified time | relevance | path

Searched defs:edgeCount (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dgcgraph.hpp88 GCGraph<TWeight>::GCGraph( unsigned int vtxCount, unsigned int edgeCount ) in GCGraph()
97 void GCGraph<TWeight>::create( unsigned int vtxCount, unsigned int edgeCount ) in create()
Dgrabcut.cpp451 edgeCount = 2*(4*img.cols*img.rows - 3*(img.cols + img.rows) + 2); in constructGCGraph() local