Home
last modified time | relevance | path

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

/external/opencv3/modules/shape/src/
DemdL1.cpp281 float dFlow; in greedySolution2() local
288 dFlow = D[r][c]; in greedySolution2()
289 … bUpward = (r<binsDim1-1) && (fabs(dFlow+d2s[c+1]) > fabs(dFlow+d1s[r+1])); // Move upward or right in greedySolution2()
297 D[r+1][c] += dFlow; // auxilary matrix maintanence in greedySolution2()
298 d1s[r+1] += dFlow; // auxilary matrix maintanence in greedySolution2()
307 D[r][c+1] += dFlow; // auxilary matrix maintanence in greedySolution2()
308 d2s[c+1] += dFlow; // auxilary matrix maintanence in greedySolution2()
311 pBV->flow = fabs(dFlow); in greedySolution2()
312 pBV->iDir = dFlow>0; // 1:outward, 0:inward in greedySolution2()
319 dFlow = D[r][c]; in greedySolution2()
[all …]