Home
last modified time | relevance | path

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

/external/opencv3/modules/video/src/
Dtvl1flow.cpp387 bool use_gamma = gamma != 0; in calc() local
400 if (use_gamma) dm.u3s[0].create(I0.size()); in calc()
468 if (use_gamma) dm.u3s[s].create(dm.I0s[s].size()); in calc()
475 if (use_gamma) dm.u3s[nscales - 1].setTo(Scalar::all(0)); in calc()
491 if (use_gamma) resize(dm.u3s[s], dm.u3s[s - 1], dm.I0s[s - 1].size()); in calc()
958 bool use_gamma = gamma != 0; in operator ()() local
965 const float* u3Row = use_gamma?u3[y]:NULL; in operator ()()
971 float* v3Row = use_gamma ? v3[y]:NULL; in operator ()()
975 …const float rho = use_gamma ? rhoRow[x] + (I1wxRow[x] * u1Row[x] + I1wyRow[x] * u2Row[x]) + gamma … in operator ()()
984 if (use_gamma) d3 = l_t * gamma; in operator ()()
[all …]