Home
last modified time | relevance | path

Searched refs:BoundingBox (Results 1 – 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dgeom.h86 class BoundingBox {
88 BoundingBox() in BoundingBox() function
94 BoundingBox(const BoundingBox& bounding_box) in BoundingBox() function
103 BoundingBox(const float left, in BoundingBox() function
115 BoundingBox(const Point2f& point1, const Point2f& point2) in BoundingBox() function
156 inline BoundingBox Intersect(const BoundingBox& that) const { in Intersect()
161 return BoundingBox(); in Intersect()
168 return BoundingBox(); in Intersect()
171 return BoundingBox(new_left, new_top, new_right, new_bottom); in Intersect()
175 inline BoundingBox Union(const BoundingBox& that) const { in Union()
[all …]
Dtracked_object.h35 const BoundingBox& bounding_box, ObjectModelBase* const model);
39 void UpdatePosition(const BoundingBox& new_position, const int64_t timestamp,
46 const BoundingBox& detection_position,
69 inline BoundingBox GetPosition() const { in GetPosition()
73 inline BoundingBox GetLastDetectionPosition() const { in GetLastDetectionPosition()
100 BoundingBox temp_box(last_known_position_); in Draw()
140 BoundingBox last_known_position_;
143 BoundingBox last_detection_position_;
Dobject_tracker.cc152 const BoundingBox& bounding_box, const ObjectModelBase* object_model) { in MaybeAddObject()
175 const BoundingBox& bounding_box) { in RegisterNewObjectWithAppearance()
199 const BoundingBox& bounding_box, in SetPreviousPositionOfObject()
208 const BoundingBox current_position = TrackBox(bounding_box, timestamp); in SetPreviousPositionOfObject()
218 const std::string& id, const BoundingBox& bounding_box) { in SetCurrentPositionOfObject()
285 BoundingBox ObjectTracker::TrackBox(const BoundingBox& region, in TrackBox()
293 BoundingBox tracked_box(region); in TrackBox()
305 BoundingBox ObjectTracker::TrackBox(const BoundingBox& region, in TrackBox()
341 BoundingBox tracked_box(region); in TrackBox()
446 static void AddQuadrants(const BoundingBox& box, in AddQuadrants()
[all …]
Dobject_tracker.h80 const BoundingBox& bounding_box);
85 const BoundingBox& bounding_box,
90 const BoundingBox& bounding_box);
109 BoundingBox TrackBox(const BoundingBox& region,
156 const BoundingBox& bounding_box,
171 BoundingBox TrackBox(const BoundingBox& region,
Dobject_detector.h54 const BoundingBox& image_bounds, in FillWithSquares()
55 const BoundingBox& position, in FillWithSquares()
85 const BoundingBox& bounding_box) in Detection()
97 inline BoundingBox GetObjectBoundingBox() const { in GetObjectBoundingBox()
123 BoundingBox bounding_box_;
128 const BoundingBox actual_area = detection.GetObjectBoundingBox();
167 const BoundingBox& bounding_box, const bool locked,
Dtracked_object.cc23 const BoundingBox& position, in InitNormalized()
25 BoundingBox scaled_box(position); in InitNormalized()
31 const BoundingBox& bounding_box, in TrackedObject()
50 void TrackedObject::UpdatePosition(const BoundingBox& new_position, in UpdatePosition()
113 const BoundingBox& detection_position, in OnDetection()
Dkeypoint_detector.h48 const std::vector<BoundingBox>& rois,
60 const std::vector<BoundingBox>& boxes,
88 const BoundingBox& box,
100 const std::vector<BoundingBox>& boxes,
Dkeypoint_detector.cc99 const BoundingBox& box, in SelectKeypointsInBox()
154 const std::vector<BoundingBox>& boxes, in SelectKeypoints()
160 for (std::vector<BoundingBox>::const_iterator iter = boxes.begin(); in SelectKeypoints()
162 const BoundingBox bounding_box = *iter; in SelectKeypoints()
298 const std::vector<BoundingBox>& boxes, in AddExtraCandidatesForBoxes()
303 for (std::vector<BoundingBox>::const_iterator iter = boxes.begin(); in AddExtraCandidatesForBoxes()
305 const BoundingBox box = *iter; in AddExtraCandidatesForBoxes()
328 const std::vector<BoundingBox>& rois, in FindKeypoints()
Dframe_pair.h35 void AdjustBox(const BoundingBox box,
57 int FillWeights(const BoundingBox& box,
Dobject_model.h58 virtual void TrackStep(const BoundingBox& position, in TrackStep()
72 const BoundingBox& position, const ImageData& image_data) const = 0;
Dobject_tracker_jni.cc183 BoundingBox bounding_box(x1, y1, x2, y2); in OBJECT_TRACKER_METHOD()
204 id_str, BoundingBox(x1, y1, x2, y2), timestamp); in OBJECT_TRACKER_METHOD()
219 id_str, BoundingBox(x1, y1, x2, y2)); in OBJECT_TRACKER_METHOD()
286 const BoundingBox bounding_box = in OBJECT_TRACKER_METHOD()
407 const BoundingBox new_position = get_object_tracker(env, thiz)->TrackBox( in OBJECT_TRACKER_METHOD()
408 BoundingBox(position_x1, position_y1, position_x2, position_y2), in OBJECT_TRACKER_METHOD()
Dflow_cache.h121 Point2f GetMedianFlow(const BoundingBox& bounding_box, in GetMedianFlow()
129 const BoundingBox valid_box = bounding_box.Intersect( in GetMedianFlow()
130 BoundingBox(0, 0, image_size_.width - 1, image_size_.height - 1)); in GetMedianFlow()
Dsprite.h38 Sprite(const Image<uint8_t>& image, const BoundingBox* const area) { in Sprite()
105 const BoundingBox* const area) { in LoadTexture()
Dframe_pair.cc31 void FramePair::AdjustBox(const BoundingBox box, in AdjustBox()
40 BoundingBox resized_box(box); in AdjustBox()
80 int FramePair::FillWeights(const BoundingBox& box, in FillWeights()
Dimage.h148 inline BoundingBox GetContainingBox() const;
150 inline bool Contains(const BoundingBox& bounding_box) const;
Dgl_utils.h27 inline static void DrawBox(const BoundingBox& bounding_box) { in DrawBox()
Dimage-inl.h209 inline BoundingBox Image<T>::GetContainingBox() const { in GetContainingBox()
210 return BoundingBox( in GetContainingBox()
215 inline bool Image<T>::Contains(const BoundingBox& bounding_box) const { in Contains()
Dintegral_image.h150 inline Code GetCode(const BoundingBox& bounding_box) const { in GetCode()
Dimage_utils.h198 const BoundingBox& area_to_copy, in CopyArea()
/external/ImageMagick/coders/
Dmvg.c129 #define BoundingBox "viewbox" in ReadMVGImage() macro
174 if (LocaleNCompare(BoundingBox,p,strlen(BoundingBox)) != 0) in ReadMVGImage()
Dps.c396 #define BoundingBox "BoundingBox:" in ReadPSImage() macro
742 if (LocaleNCompare(BoundingBox,command,strlen(BoundingBox)) == 0) in ReadPSImage()
744 count=(ssize_t) sscanf(command,BoundingBox " %lf %lf %lf %lf", in ReadPSImage()
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/
Dtfexample_decoder.py101 class BoundingBox(ItemHandler): class
124 super(BoundingBox, self).__init__(self._full_keys)
Dtfexample_decoder_test.py724 tfexample_decoder.BoundingBox(['ymin', 'xmin', 'ymax', 'xmax'],
767 tfexample_decoder.BoundingBox(['ymin', 'xmin', 'ymax', 'xmax'],
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.cpp3184 PVRTBOUNDINGBOX BoundingBox; local
3192 …PVRTBoundingBoxComputeInterleaved(&BoundingBox, mesh.sVertex.pData, mesh.nNumVertex, 0, mesh.sVe…
3247 vScale.x = fRange / (BoundingBox.Point[7].x - BoundingBox.Point[0].x);
3248 vScale.y = fRange / (BoundingBox.Point[7].y - BoundingBox.Point[0].y);
3249 vScale.z = fRange / (BoundingBox.Point[7].z - BoundingBox.Point[0].z);
3251 vOffset.x = -BoundingBox.Point[0].x;
3252 vOffset.y = -BoundingBox.Point[0].y;
3253 vOffset.z = -BoundingBox.Point[0].z;
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp61 struct BoundingBox struct
74 float& BoundingBox::getComponentAccess (int ndx) in getComponentAccess()
83 const float& BoundingBox::getComponentAccess (int ndx) const in getComponentAccess()
85 return const_cast<BoundingBox*>(this)->getComponentAccess(ndx); in getComponentAccess()
94 static ProjectedBBox projectBoundingBox (const BoundingBox& bbox) in projectBoundingBox()
235 bool verifyState (glu::CallLogWrapper& gl, const BoundingBox& bbox) const;
257 static const BoundingBox fixedCases[] = in iterate()
270 std::vector<BoundingBox> cases; in iterate()
275 BoundingBox boundingBox; in iterate()
290 const BoundingBox& boundingBox = cases[caseNdx]; in iterate()
[all …]

12