Searched refs:FindKeypoints (Results 1 – 3 of 3) sorted by relevance
48 void FindKeypoints(const ImageData& image_data,
327 void KeypointDetector::FindKeypoints(const ImageData& image_data, in FindKeypoints() function in tf_tracking::KeypointDetector
492 keypoint_detector_.FindKeypoints(*frame1_, boxes, prev_change, curr_change); in ComputeKeypoints()