Home
last modified time | relevance | path

Searched refs:GCVtx (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cv/src/
Dcvstereogc.cpp54 typedef struct GCVtx struct
56 GCVtx *next; argument
64 GCVtx; argument
68 GCVtx* dst;
81 GCVtx** orphans;
123 static int icvGCResizeOrphansBuf( GCVtx**& orphans, int norphans ) in icvGCResizeOrphansBuf()
126 GCVtx** newOrphans = (GCVtx**)cvAlloc( newNOrphans*sizeof(orphans[0]) ); in icvGCResizeOrphansBuf()
134 static int64 icvGCMaxFlow( GCVtx* vtx, int nvtx, GCEdge* edges, GCVtx**& _orphans, int& _maxOrphans… in icvGCMaxFlow()
137 GCVtx stub, *nil = &stub, *first = nil, *last = nil; in icvGCMaxFlow()
142 GCVtx** orphans = _orphans; in icvGCMaxFlow()
[all …]