Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dframe_pair.cc26 memset(optical_flow_found_keypoint_, false, in Init()
27 sizeof(*optical_flow_found_keypoint_) * kMaxKeypoints); in Init()
86 if (optical_flow_found_keypoint_[i]) { in FillWeights()
94 if (!optical_flow_found_keypoint_[i]) { in FillWeights()
139 if (!optical_flow_found_keypoint_[i]) { in FillTranslations()
155 if (!optical_flow_found_keypoint_[i]) { in FillScales()
Dobject_tracker.cc75 memset(frame_pair->optical_flow_found_keypoint_, false, in FindCorrespondences()
76 sizeof(*frame_pair->optical_flow_found_keypoint_) * kMaxKeypoints); in FindCorrespondences()
89 frame_pair->optical_flow_found_keypoint_[i_feat] = true; in FindCorrespondences()
241 if (change.optical_flow_found_keypoint_[i]) { in GetKeypointsPacked()
263 if (!only_found || change.optical_flow_found_keypoint_[i]) { in GetKeypoints()
269 change.optical_flow_found_keypoint_[i] ? 1.0f : -1.0f; in GetKeypoints()
Dframe_pair.h95 bool optical_flow_found_keypoint_[kMaxKeypoints]; variable
Dkeypoint_detector.cc388 if (prev_change.optical_flow_found_keypoint_[i]) { in CopyKeypoints()