HomeSort by relevance Sort by last modified time
    Searched full:maxorphans (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvstereogc.cpp 82 int maxOrphans;
141 int norphans = 0, maxOrphans = _maxOrphans;
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 1003 milliseconds