Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dobject_tracker.cc82 for (int i_feat = 0; i_feat < frame_pair->number_of_keypoints_; ++i_feat) { in FindCorrespondences() local
83 Keypoint* const keypoint1 = frame_pair->frame1_keypoints_ + i_feat; in FindCorrespondences()
84 Keypoint* const keypoint2 = frame_pair->frame2_keypoints_ + i_feat; in FindCorrespondences()
89 frame_pair->optical_flow_found_keypoint_[i_feat] = true; in FindCorrespondences()