Searched refs:taut (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/cudaoptflow/src/cuda/ |
D | tvl1flow.cu | 320 …f p12, PtrStepf p21, PtrStepf p22, PtrStepf p31, PtrStepf p32, const float taut, const float gamma) in estimateDualVariablesKernel() argument 341 const float ng1 = 1.0f + taut * g1; in estimateDualVariablesKernel() 342 const float ng2 = 1.0f + taut * g2; in estimateDualVariablesKernel() 343 const float ng3 = gamma ? 1.0f + taut * g3 : 0; in estimateDualVariablesKernel() 345 p11(y, x) = (p11(y, x) + taut * u1x) / ng1; in estimateDualVariablesKernel() 346 p12(y, x) = (p12(y, x) + taut * u1y) / ng1; in estimateDualVariablesKernel() 347 p21(y, x) = (p21(y, x) + taut * u2x) / ng2; in estimateDualVariablesKernel() 348 p22(y, x) = (p22(y, x) + taut * u2y) / ng2; in estimateDualVariablesKernel() 351 p31(y, x) = (p31(y, x) + taut * u3x) / ng3; in estimateDualVariablesKernel() 352 p32(y, x) = (p32(y, x) + taut * u3y) / ng3; in estimateDualVariablesKernel() [all …]
|
/external/opencv3/modules/video/src/ |
D | tvl1flow.cpp | 214 UMat &p11, UMat &p12, UMat &p21, UMat &p22, float taut); 323 UMat &p11, UMat &p12, UMat &p21, UMat &p22, float taut) in estimateDualVariables() argument 342 idxArg = kernel.set(idxArg, (float)(taut)); //float taut in estimateDualVariables() 1101 float taut; member 1129 const float ng1 = 1.0f + taut * g1; in operator ()() 1130 const float ng2 = 1.0f + taut * g2; in operator ()() 1131 const float ng3 = 1.0f + taut * g3; in operator ()() 1133 p11Row[x] = (p11Row[x] + taut * u1xRow[x]) / ng1; in operator ()() 1134 p12Row[x] = (p12Row[x] + taut * u1yRow[x]) / ng1; in operator ()() 1135 p21Row[x] = (p21Row[x] + taut * u2xRow[x]) / ng2; in operator ()() [all …]
|
/external/opencv3/modules/video/src/opencl/ |
D | optical_flow_tvl1.cl | 241 float taut, 268 float ng1 = 1.0f + taut * g1; 269 float ng2 = 1.0f + taut * g2; 271 p11[y * p11_step + x] = (p11[y * p11_step + x] + taut * u1x) / ng1; 272 p12[y * p11_step + x] = (p12[y * p11_step + x] + taut * u1y) / ng1; 273 p21[y * p11_step + x] = (p21[y * p11_step + x] + taut * u2x) / ng2; 274 p22[y * p11_step + x] = (p22[y * p11_step + x] + taut * u2y) / ng2;
|
/external/opencv3/modules/cudaoptflow/src/ |
D | tvl1flow.cpp | 70 float taut, float gamma, 342 const float taut = static_cast<float>(tau_ / theta_); in procOneScale() local 367 … estimateDualVariables(u1, u2, u3, p11, p12, p21, p22, p31, p32, taut, gamma_, stream); in procOneScale()
|
/external/hyphenation-patterns/nn/ |
D | hyph-nn.pat.txt | 22772 2taut
|
/external/hyphenation-patterns/nb/ |
D | hyph-nb.pat.txt | 22772 2taut
|