Lines Matching refs:l_t
211 UMat &u2, UMat &error, float l_t, float theta, char calc_error);
282 UMat &u2, UMat &error, float l_t, float theta, char calc_error)
306 idxArg = kernel.set(idxArg, (float)l_t); //float l_t
952 float l_t;
980 if (rho < -l_t * gradRow[x])
982 d1 = l_t * I1wxRow[x];
983 d2 = l_t * I1wyRow[x];
984 if (use_gamma) d3 = l_t * gamma;
986 else if (rho > l_t * gradRow[x])
988 d1 = -l_t * I1wxRow[x];
989 d2 = -l_t * I1wyRow[x];
990 if (use_gamma) d3 = -l_t * gamma;
1008 Mat_<float>& v1, Mat_<float>& v2, Mat_<float>& v3, float l_t, float gamma)
1030 body.l_t = l_t;
1227 const float l_t = static_cast<float>(lambda * theta);
1251 u1, u2, diff, l_t, static_cast<float>(theta), calc_error))
1323 const float l_t = static_cast<float>(lambda * theta);
1346 estimateV(I1wx, I1wy, u1, u2, u3, grad, rho_c, v1, v2, v3, l_t, static_cast<float>(gamma));