Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dkeypoint_detector.cc427 static const int short_circle_x[] = { -3, 0, +3, 0 }; in FindFastKeypoints() local
433 short_offsets[i] = short_circle_x[i] + short_circle_y[i] * frame.GetWidth(); in FindFastKeypoints()