Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvstereogc.cpp665 int delta, E00=0, E0a=0, Ea0=0, Eaa=0; in icvAlphaExpand() local
757 Ea0 = IS_BLOCKED(-d1, alpha) ? INFINITY : 0; in icvAlphaExpand()
759 E += icvAddTerm( var, var1, 0, E0a, Ea0, Eaa, ebuf, nedges ); in icvAlphaExpand()
779 Ea0 = icvSmoothnessCostFunc( a, d1, maxR, stabR, scale ); in icvAlphaExpand()
781 E += icvAddTerm( var, var1, E00, E0a, Ea0, 0, ebuf, nedges ); in icvAlphaExpand()
790 Ea0 = icvSmoothnessCostFunc( a, d1, maxR, stabR, scale ); in icvAlphaExpand()
792 E += icvAddTerm( var, var1, E00, E0a, Ea0, 0, ebuf, nedges ); in icvAlphaExpand()