Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dobject_tracker.cc73 void ObjectTracker::FindCorrespondences(FramePair* const frame_pair) const { in FindCorrespondences()
75 memset(frame_pair->optical_flow_found_keypoint_, false, in FindCorrespondences()
76 sizeof(*frame_pair->optical_flow_found_keypoint_) * kMaxKeypoints); in FindCorrespondences()
82 for (int i_feat = 0; i_feat < frame_pair->number_of_keypoints_; ++i_feat) { in FindCorrespondences()
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()
97 num_keypoints_found, frame_pair->number_of_keypoints_); in FindCorrespondences()
286 const FramePair& frame_pair) const { in TrackBox()
294 frame_pair.AdjustBox( in TrackBox()
[all …]
Dobject_tracker.h172 const FramePair& frame_pair) const;
/external/tensorflow/tensorflow/contrib/makefile/sub_makefiles/android/
DMakefile.in68 tensorflow/examples/android/jni/object_tracking/frame_pair.cc \