Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dconfig.h131 static const int kMinNumPyramidLevelsToUseForAdjustment = 1; variable
Dflow_cache.h77 for (int pyramid_level = kMinNumPyramidLevelsToUseForAdjustment - 1; in FindFlowAtPoint()
Doptical_flow.cc468 const int max_level = MAX(kMinNumPyramidLevelsToUseForAdjustment, in FindFlowAtPointPyramidal()