HomeSort by relevance Sort by last modified time
    Searched refs:ng1 (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/cudaoptflow/src/cuda/
tvl1flow.cu 341 const float ng1 = 1.0f + taut * g1;
345 p11(y, x) = (p11(y, x) + taut * u1x) / ng1;
346 p12(y, x) = (p12(y, x) + taut * u1y) / ng1;
  /external/opencv3/modules/video/src/opencl/
optical_flow_tvl1.cl 268 float ng1 = 1.0f + taut * g1;
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;
  /external/opencv3/modules/video/src/
tvl1flow.cpp 1129 const float ng1 = 1.0f + taut * g1; local
    [all...]

Completed in 52 milliseconds