Searched refs:bounding_box (Results 1 - 25 of 30) sorted by relevance

12

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
H A Dgl_utils.h27 inline static void DrawBox(const BoundingBox& bounding_box) { argument
29 bounding_box.left_, bounding_box.bottom_,
30 bounding_box.left_, bounding_box.top_,
31 bounding_box.left_, bounding_box.top_,
32 bounding_box.right_, bounding_box.top_,
33 bounding_box
[all...]
H A Dtracked_object.cc31 const BoundingBox& bounding_box,
34 last_known_position_(bounding_box),
35 last_detection_position_(bounding_box),
45 InitNormalized(image, bounding_box, &last_detection_thumbnail_);
30 TrackedObject(const std::string& id, const Image<uint8_t>& image, const BoundingBox& bounding_box, ObjectModelBase* const model) argument
H A Dintegral_image.h150 inline Code GetCode(const BoundingBox& bounding_box) const {
151 return GetCode(bounding_box.left_, bounding_box.top_,
152 bounding_box.right_, bounding_box.bottom_);
H A Dobject_detector.h85 const BoundingBox& bounding_box)
88 bounding_box_(bounding_box) {}
167 const BoundingBox& bounding_box, const bool locked,
H A Dobject_tracker.h80 const BoundingBox& bounding_box);
85 const BoundingBox& bounding_box,
90 const BoundingBox& bounding_box);
156 const BoundingBox& bounding_box,
H A Dobject_tracker.cc152 const BoundingBox& bounding_box, const ObjectModelBase* object_model) {
167 new TrackedObject(id, source_image, bounding_box, model);
175 const BoundingBox& bounding_box) {
186 object_model->TrackStep(bounding_box, image, integral_image, true);
193 MaybeAddObject(id, image, bounding_box, object_model);
199 const BoundingBox& bounding_box,
208 const BoundingBox current_position = TrackBox(bounding_box, timestamp);
212 VLOG(2) << "Set tracked position for " << id << " to " << bounding_box
218 const std::string& id, const BoundingBox& bounding_box) {
219 SetPreviousPositionOfObject(id, bounding_box, curr_time
150 MaybeAddObject( const std::string& id, const Image<uint8_t>& source_image, const BoundingBox& bounding_box, const ObjectModelBase* object_model) argument
173 RegisterNewObjectWithAppearance( const std::string& id, const uint8_t* const new_frame, const BoundingBox& bounding_box) argument
198 SetPreviousPositionOfObject(const std::string& id, const BoundingBox& bounding_box, const int64_t timestamp) argument
217 SetCurrentPositionOfObject( const std::string& id, const BoundingBox& bounding_box) argument
[all...]
H A Dgeom.h94 BoundingBox(const BoundingBox& bounding_box) argument
95 : left_(bounding_box.left_),
96 top_(bounding_box.top_),
97 right_(bounding_box.right_),
98 bottom_(bounding_box.bottom_) {
H A Dtracked_object.h35 const BoundingBox& bounding_box, ObjectModelBase* const model);
H A Dflow_cache.h121 Point2f GetMedianFlow(const BoundingBox& bounding_box, argument
129 const BoundingBox valid_box = bounding_box.Intersect(
H A Dkeypoint_detector.cc162 const BoundingBox bounding_box = *iter; local
168 if (bounding_box.Contains(curr_change->frame1_keypoints_[i].pos_)) {
178 bounding_box,
H A Dobject_tracker_jni.cc183 BoundingBox bounding_box(x1, y1, x2, y2);
185 id_str, reinterpret_cast<const uint8_t*>(pixels), bounding_box);
286 const BoundingBox bounding_box = local
291 bounding_box.CopyToArray(reinterpret_cast<float*>(rect));
H A Dimage.h150 inline bool Contains(const BoundingBox& bounding_box) const;
/external/ImageMagick/MagickCore/
H A Dvision.h31 bounding_box; member in struct:_CCObjectInfo
H A Dvision.c228 object[i].bounding_box.x=(ssize_t) image->columns;
229 object[i].bounding_box.y=(ssize_t) image->rows;
391 if (x < object[id].bounding_box.x)
392 object[id].bounding_box.x=x;
393 if (x > (ssize_t) object[id].bounding_box.width)
394 object[id].bounding_box.width=(size_t) x;
395 if (y < object[id].bounding_box.y)
396 object[id].bounding_box.y=y;
397 if (y > (ssize_t) object[id].bounding_box.height)
398 object[id].bounding_box
462 bounding_box; local
[all...]
H A Dattribute.c188 bounding_box;
201 bounding_box=bounds;
212 if ((x < bounding_box.x) &&
214 bounding_box.x=x;
215 if ((x > (ssize_t) bounding_box.width) &&
217 bounding_box.width=(size_t) x;
218 if ((y < bounding_box.y) &&
220 bounding_box.y=y;
221 if ((y > (ssize_t) bounding_box.height) &&
223 bounding_box
186 bounding_box; local
[all...]
H A Dtransform.c559 bounding_box,
575 bounding_box=image->page;
576 if ((bounding_box.width == 0) || (bounding_box.height == 0))
578 bounding_box.width=image->columns;
579 bounding_box.height=image->rows;
583 page.width=bounding_box.width;
585 page.height=bounding_box.height;
586 if (((bounding_box.x-page.x) >= (ssize_t) page.width) ||
587 ((bounding_box
554 bounding_box, local
[all...]
H A Ddraw.h152 bounding_box; member in struct:_GradientInfo
/external/libcups/filter/
H A Dpstops.c61 int bounding_box[4]; /* PageBoundingBox */ member in struct:__anon11132
71 int bounding_box[4]; /* BoundingBox from header */ member in struct:__anon11133
181 int show_border, const int *bounding_box);
669 else if (sscanf(line + 14, "%d%d%d%d", doc->bounding_box + 0,
670 doc->bounding_box + 1, doc->bounding_box + 2,
671 doc->bounding_box + 3) != 4)
675 doc->bounding_box[0] = (int)PageLeft;
676 doc->bounding_box[1] = (int)PageBottom;
677 doc->bounding_box[
1242 int bounding_box[4]; /* PageBoundingBox */ local
2733 start_nup(pstops_doc_t *doc, int number, int show_border, const int *bounding_box) argument
[all...]
/external/eigen/unsupported/doc/examples/
H A DBVH_Example.cpp9 Box2d bounding_box(const Vector2d &v) { return Box2d(v, v); } //compute the bounding box of a single point function in namespace:Eigen
/external/ImageMagick/coders/
H A Dxps.c135 bounding_box,
203 (void) ResetMagickMemory(&bounding_box,0,sizeof(bounding_box));
133 bounding_box, local
H A Dpcl.c183 bounding_box,
251 (void) ResetMagickMemory(&bounding_box,0,sizeof(bounding_box));
179 bounding_box, local
/external/eigen/unsupported/test/
H A DBVH.cpp17 template<typename Scalar, int Dim> AlignedBox<Scalar, Dim> bounding_box(const Matrix<Scalar, Dim, 1> &v) { return AlignedBox<Scalar, Dim>(v); } function in namespace:Eigen
35 template<int Dim> AlignedBox<double, Dim> bounding_box(const Ball<Dim> &b) function
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/
H A Dtfexample_decoder.py144 bounding_box = array_ops.concat(sides, 0)
145 return array_ops.transpose(bounding_box)
/external/eigen/unsupported/Eigen/src/BVH/
H A DKdBVH.h31 //iterator range or using bounding_box in a unified way
47 outBoxes.push_back(bounding_box(objects[i]));
59 * \param _Object The object type that lives in the hierarchy. It must have value semantics. Either bounding_box(_Object) must
82 /** Given an iterator range over \a Object references, constructs the BVH. Requires that bounding_box(Object) return a Volume. */
89 * Requires that bounding_box(Object) return a Volume. */
/external/tensorflow/tensorflow/python/ops/
H A Dimage_ops_test.py1840 def _testSampleDistortedBoundingBox(self, image, bounding_box,
1844 bounding_box_area = float((bounding_box[3] - bounding_box[1]) *
1845 (bounding_box[2] - bounding_box[0]))
1849 np.array(bounding_box, dtype=np.float32).reshape([1, 1, 4]))
1943 bounding_box = [0.0, 0.0, 1.0, 1.0]
1948 bounding_box,
1973 bounding_box = (float(ymin) / height, float(xmin) / width,
1978 bounding_box
[all...]

Completed in 542 milliseconds

12