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

  /external/opencv3/modules/cudaoptflow/src/cuda/
tvl1flow.cu 343 const float ng3 = gamma ? 1.0f + taut * g3 : 0;
351 p31(y, x) = (p31(y, x) + taut * u3x) / ng3;
352 p32(y, x) = (p32(y, x) + taut * u3y) / ng3;
  /external/opencv3/modules/video/src/
tvl1flow.cpp 1131 const float ng3 = 1.0f + taut * g3; local
    [all...]

Completed in 49 milliseconds