Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dobject_tracker.h105 int GetKeypoints(const bool only_found, float* const out_data) const;
Dobject_tracker_jni.cc359 get_object_tracker(env, thiz)->GetKeypoints(only_found, keypoint_arr); in OBJECT_TRACKER_METHOD()
Dobject_tracker.cc257 int ObjectTracker::GetKeypoints(const bool only_found, in GetKeypoints() function in tf_tracking::ObjectTracker