Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dframe_pair.cc51 const Point2f old_center = box.GetCenter(); in AdjustBox()
110 const Point2f initial = box.GetCenter(); in FillWeights()
Dgeom.h146 inline Point2f GetCenter() const { in GetCenter() function
233 const Point2f center = GetCenter(); in Scale()
Dobject_tracker.cc450 const Point2f center = box.GetCenter(); in AddQuadrants()
520 (tracked_object->GetPosition().GetCenter() - in GetBestObjectForDetection()
521 detection.GetObjectBoundingBox().GetCenter()).LengthSquared(); in GetBestObjectForDetection()
/external/mesa3d/src/imgui/
Dimgui_internal.h490 …ImVec2 GetCenter() const { return ImVec2((Min.x + Max.x) * 0.5f, (Min.y + M… in GetCenter() function
Dimgui_widgets.cpp678 ImVec2 center = bb.GetCenter(); in CloseButton()
703 …window->DrawList->AddCircleFilled(bb.GetCenter() + ImVec2(0.0f, -0.5f), g.FontSize * 0.5f + 1.0f, … in CollapseButton()
984 ImVec2 center = check_bb.GetCenter(); in RadioButton()
5004 …->ClipRect.Max.x) - g.Style.FramePadding.x - button_radius, window->DC.LastItemRect.GetCenter().y); in CollapsingHeader()