/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | gl_utils.h | 27 inline static void DrawBox(const BoundingBox& bounding_box) { in DrawBox()
|
D | object_tracker.cc | 152 const BoundingBox& bounding_box, const ObjectModelBase* object_model) { in MaybeAddObject() 175 const BoundingBox& bounding_box) { in RegisterNewObjectWithAppearance() 199 const BoundingBox& bounding_box, in SetPreviousPositionOfObject() 218 const std::string& id, const BoundingBox& bounding_box) { in SetCurrentPositionOfObject()
|
D | tracked_object.cc | 31 const BoundingBox& bounding_box, in TrackedObject()
|
D | object_tracker_jni.cc | 183 BoundingBox bounding_box(x1, y1, x2, y2); in OBJECT_TRACKER_METHOD() local 286 const BoundingBox bounding_box = in OBJECT_TRACKER_METHOD() local
|
D | object_detector.h | 85 const BoundingBox& bounding_box) in Detection()
|
D | integral_image.h | 150 inline Code GetCode(const BoundingBox& bounding_box) const { in GetCode()
|
D | flow_cache.h | 121 Point2f GetMedianFlow(const BoundingBox& bounding_box, in GetMedianFlow()
|
D | geom.h | 94 BoundingBox(const BoundingBox& bounding_box) in BoundingBox()
|
D | keypoint_detector.cc | 162 const BoundingBox bounding_box = *iter; in SelectKeypoints() local
|
D | image-inl.h | 215 inline bool Image<T>::Contains(const BoundingBox& bounding_box) const { in Contains()
|
/external/ImageMagick/MagickCore/ |
D | vision.h | 31 bounding_box; member
|
D | vision.c | 462 bounding_box; in ConnectedComponentsImage() local
|
D | attribute.c | 186 bounding_box; in GetImageBoundingBox() local
|
D | transform.c | 554 bounding_box, in CropImage() local
|
D | draw.h | 152 bounding_box; member
|
D | draw.c | 3399 bounding_box; in DrawGradientImage() local
|
/external/eigen/unsupported/doc/examples/ |
D | BVH_Example.cpp | 9 …Box2d bounding_box(const Vector2d &v) { return Box2d(v, v); } //compute the bounding box of a sing… in bounding_box() function
|
/external/ImageMagick/coders/ |
D | xps.c | 133 bounding_box, in ReadXPSImage() local
|
D | pcl.c | 179 bounding_box, in ReadPCLImage() local
|
D | pdf.c | 434 bounding_box, in ReadPDFImage() local
|
D | wmf.c | 146 bounding_box; in ReadWMFImage() local
|
/external/eigen/unsupported/test/ |
D | BVH.cpp | 17 template<typename Scalar, int Dim> AlignedBox<Scalar, Dim> bounding_box(const Matrix<Scalar, Dim, 1… in bounding_box() function 35 template<int Dim> AlignedBox<double, Dim> bounding_box(const Ball<Dim> &b) in bounding_box() function
|
/external/libcups/filter/ |
D | pstops.c | 61 int bounding_box[4]; /* PageBoundingBox */ member 71 int bounding_box[4]; /* BoundingBox from header */ member 1241 int bounding_box[4]; /* PageBoundingBox */ in copy_page() local 2735 const int *bounding_box) /* I - BoundingBox value */ in start_nup()
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_test.py | 1840 def _testSampleDistortedBoundingBox(self, image, bounding_box, argument
|