Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvstereogc.cpp661 static int64 icvAlphaExpand( int64 Eprev, int alpha, CvStereoGCState* state, CvStereoGCState2* stat… in icvAlphaExpand() function
941 int64 Enew = icvAlphaExpand( E, -alpha, state, &state2 ); in cvFindStereoCorrespondenceGC()