Home
last modified time | relevance | path

Searched defs:BoundingBox (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/
DBoundingBox.java18 public class BoundingBox { class
36 public BoundingBox(float x1, float y1, float x2, float y2, int category, float score) { in BoundingBox() method in BoundingBox
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dgeom.h88 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
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/
Dtfexample_decoder.py102 class BoundingBox(ItemHandler): class
/external/ImageMagick/coders/
Dps.c398 #define BoundingBox "BoundingBox:" in ReadPSImage() macro
Dsvg.c119 } BoundingBox; typedef
/external/ImageMagick/MagickCore/
Dfeature.c1766 #define BoundingBox "viewbox" in RenderHoughLines() macro
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp61 struct BoundingBox struct
63 tcu::Vec4 min;
64 tcu::Vec4 max;
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.cpp3184 PVRTBOUNDINGBOX BoundingBox; local