Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/test/
Dtest_stereomatching.cpp745 bool fullDP; member
760 String fullDP = fn[i+4]; params.fullDP = atoi(fullDP.c_str()) == 0 ? false : true; in readRunParams() local
776 1, 63, 10, 100, 32, params.fullDP ? in runStereoMatchingAlgorithm()
/external/opencv3/modules/calib3d/src/
Dstereosgbm.cpp347 bool fullDP = params.mode == StereoSGBM::MODE_HH; in computeDisparitySGBM() local
348 int npasses = fullDP ? 2 : 1; in computeDisparitySGBM()
377 size_t CSBufSize = costBufSize*(fullDP ? height : 1); in computeDisparitySGBM()
438 CostType* C = Cbuf + (!fullDP ? 0 : y*costBufSize); in computeDisparitySGBM()
439 CostType* S = Sbuf + (!fullDP ? 0 : y*costBufSize); in computeDisparitySGBM()
464 const CostType* Cprev = !fullDP || y == 0 ? C : C - costBufSize; in computeDisparitySGBM()