Home
last modified time | relevance | path

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

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