Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dkeypoint_detector.cc129 int num_keypoints_selected = 0; in SelectKeypointsInBox() local
142 final_keypoints[num_keypoints_selected++] = candidate; in SelectKeypointsInBox()
143 if (num_keypoints_selected >= max_keypoints) { in SelectKeypointsInBox()
149 return num_keypoints_selected; in SelectKeypointsInBox()