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

/external/opencv/cv/src/
H A Dcvstereogc.cpp82 int maxOrphans; member in struct:CvStereoGCState2
141 int norphans = 0, maxOrphans = _maxOrphans; local
257 if( norphans >= maxOrphans )
258 maxOrphans = icvGCResizeOrphansBuf( orphans, norphans );
267 if( norphans >= maxOrphans )
268 maxOrphans = icvGCResizeOrphansBuf( orphans, norphans );
352 if( norphans >= maxOrphans )
353 maxOrphans = icvGCResizeOrphansBuf( orphans, norphans );
362 _maxOrphans = maxOrphans;
814 E += icvGCMaxFlow( vbuf, nvtx, ebuf, state2->orphans, state2->maxOrphans );
[all...]

Completed in 40 milliseconds