Home
last modified time | relevance | path

Searched defs:vtxCount (Results 1 – 3 of 3) 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.cpp450 int vtxCount = img.cols*img.rows, in constructGCGraph() local
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp6181 for (int vtxCount = 0; vtxCount <= 12; ++vtxCount) in init() local