Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/src/
Dstereobm.cpp1145 …double maxStripeSize = std::min(std::max(N0 / (width * ndisp), (wsz-1) * SAD_overhead_coeff), (dou… in compute() local
1146 int nstripes = cvCeil(height / maxStripeSize); in compute()