Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dobject_tracker_jni.cc356 jfloat keypoint_arr[kMaxKeypoints * kKeypointStep]; in OBJECT_TRACKER_METHOD()
363 env->NewFloatArray(number_of_keypoints * kKeypointStep); in OBJECT_TRACKER_METHOD()
368 env->SetFloatArrayRegion(keypoints, 0, number_of_keypoints * kKeypointStep, in OBJECT_TRACKER_METHOD()
Dconfig.h97 static const int kKeypointStep = 7; variable
Dobject_tracker.cc264 const int base = curr_keypoint * kKeypointStep; in GetKeypoints()