Searched refs:FramePair (Results 1 – 6 of 6) sorted by relevance
49 const FramePair& prev_change,50 FramePair* const curr_change);103 FramePair* const frame_change) const;107 static int CopyKeypoints(const FramePair& prev_change,
23 void FramePair::Init(const int64_t start_time, const int64_t end_time) { in Init()31 void FramePair::AdjustBox(const BoundingBox box, in AdjustBox()80 int FramePair::FillWeights(const BoundingBox& box, in FillWeights()137 void FramePair::FillTranslations(Point2f* const translations) const { in FillTranslations()149 int FramePair::FillScales(const Point2f& old_center, in FillScales()222 Point2f FramePair::GetWeightedMedian( in GetWeightedMedian()268 float FramePair::GetWeightedMedianScale( in GetWeightedMedianScale()
25 class FramePair {27 FramePair() in FramePair() function98 TF_DISALLOW_COPY_AND_ASSIGN(FramePair);
165 void FindCorrespondences(FramePair* const curr_change) const;172 const FramePair& frame_pair) const;215 FramePair frame_pairs_[kNumFrames];250 const FramePair& first_frame_pair = tracker.frame_pairs_[first_frame_index];253 const FramePair& last_frame_pair = tracker.frame_pairs_[last_frame_index];
73 void ObjectTracker::FindCorrespondences(FramePair* const frame_pair) const { in FindCorrespondences()107 FramePair* const curr_change = frame_pairs_ + GetNthIndexFromEnd(0); in NextFrame()236 const FramePair& change = frame_pairs_[GetNthIndexFromEnd(0)]; in GetKeypointsPacked()260 const FramePair& change = frame_pairs_[GetNthIndexFromEnd(0)]; in GetKeypoints()286 const FramePair& frame_pair) const { in TrackBox()314 const FramePair& frame_pair = in TrackBox()343 const FramePair& frame_pair = frame_pairs_[GetNthIndexFromEnd(i)]; in TrackBox()475 const FramePair& prev_change = frame_pairs_[GetNthIndexFromEnd(1)]; in ComputeKeypoints()476 FramePair* const curr_change = &frame_pairs_[GetNthIndexFromEnd(0)]; in ComputeKeypoints()
157 FramePair* const curr_change) const { in SelectKeypoints()329 const FramePair& prev_change, in FindKeypoints()330 FramePair* const curr_change) { in FindKeypoints()382 int KeypointDetector::CopyKeypoints(const FramePair& prev_change, in CopyKeypoints()