Home
last modified time | relevance | path

Searched refs:kTrackingAbortThreshold (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dconfig.h141 static const float kTrackingAbortThreshold = 0.03f; variable
Doptical_flow.cc203 if (Square(n_x) + Square(n_y) < Square(kTrackingAbortThreshold)) { in FindFlowAtPoint_LK()