Home
last modified time | relevance | path

Searched defs:bounding_box (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dgl_utils.h27 inline static void DrawBox(const BoundingBox& bounding_box) { in DrawBox()
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()
218 const std::string& id, const BoundingBox& bounding_box) { in SetCurrentPositionOfObject()
Dtracked_object.cc31 const BoundingBox& bounding_box, in TrackedObject()
Dobject_tracker_jni.cc183 BoundingBox bounding_box(x1, y1, x2, y2); in OBJECT_TRACKER_METHOD() local
286 const BoundingBox bounding_box = in OBJECT_TRACKER_METHOD() local
Dobject_detector.h85 const BoundingBox& bounding_box) in Detection()
Dintegral_image.h150 inline Code GetCode(const BoundingBox& bounding_box) const { in GetCode()
Dflow_cache.h121 Point2f GetMedianFlow(const BoundingBox& bounding_box, in GetMedianFlow()
Dgeom.h94 BoundingBox(const BoundingBox& bounding_box) in BoundingBox()
Dkeypoint_detector.cc162 const BoundingBox bounding_box = *iter; in SelectKeypoints() local
Dimage-inl.h215 inline bool Image<T>::Contains(const BoundingBox& bounding_box) const { in Contains()
/external/ImageMagick/MagickCore/
Dvision.h31 bounding_box; member
Dvision.c462 bounding_box; in ConnectedComponentsImage() local
Dattribute.c186 bounding_box; in GetImageBoundingBox() local
Ddraw.h152 bounding_box; member
Dtransform.c554 bounding_box, in CropImage() local
Ddraw.c3399 bounding_box; in DrawGradientImage() local
/external/eigen/unsupported/doc/examples/
DBVH_Example.cpp9 …Box2d bounding_box(const Vector2d &v) { return Box2d(v, v); } //compute the bounding box of a sing… in bounding_box() function
/external/ImageMagick/coders/
Dxps.c133 bounding_box, in ReadXPSImage() local
Dpcl.c179 bounding_box, in ReadPCLImage() local
Dpdf.c434 bounding_box, in ReadPDFImage() local
Dwmf.c146 bounding_box; in ReadWMFImage() local
/external/eigen/unsupported/test/
DBVH.cpp17 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/
Dpstops.c61 int bounding_box[4]; /* PageBoundingBox */ member
71 int bounding_box[4]; /* BoundingBox from header */ member
1242 int bounding_box[4]; /* PageBoundingBox */ in copy_page() local
2736 const int *bounding_box) /* I - BoundingBox value */ in start_nup()
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_test.py1840 def _testSampleDistortedBoundingBox(self, image, bounding_box, argument