Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dkeypoint_detector.h82 void SortKeypoints(const int num_candidates,
Dkeypoint_detector.cc77 void KeypointDetector::SortKeypoints(const int num_candidates, in SortKeypoints() function in tf_tracking::KeypointDetector
368 SortKeypoints(number_of_tmp_keypoints, tmp_keypoints_); in FindKeypoints()