Searched refs:nvtx (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvstereogc.cpp134 static int64 icvGCMaxFlow( GCVtx* vtx, int nvtx, GCEdge* edges, GCVtx**& _orphans, int& _maxOrphans ) argument
146 for( i = 0; i < nvtx; i++ )
667 int nvtx = 0, nedges = 2; local
718 GCVtx* v = ptr[x] = &vbuf[nvtx++];
814 E += icvGCMaxFlow( vbuf, nvtx, ebuf, state2->orphans, state2->maxOrphans );

Completed in 45 milliseconds