Home
last modified time | relevance | path

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

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