Home
last modified time | relevance | path

Searched defs:boundingBox (Results 1 – 5 of 5) sorted by relevance

/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/detector/
DDetection.java32 public static Detection create(RectF boundingBox, List<Category> categories) { in create()
/external/skia/gm/
Dcrbug_996140.cpp67 SkRect boundingBox = SkRect::MakeLTRB(cx - radius, cy - radius, cx + radius, cy + radius); variable
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp275 BoundingBox boundingBox; in iterate() local
290 const BoundingBox& boundingBox = cases[caseNdx]; in iterate() local
Des31fCopyImageTests.cpp1198 const IVec4 boundingBox = renderGrid.getUsedAreaBoundingBox(); in renderTexture() local
/external/ImageMagick/Magick++/lib/
DImage.cpp444 Magick::Geometry Magick::Image::boundingBox(void) const in boundingBox() function in Magick::Image