/external/deqp/doc/testspecs/GLES3/ |
D | functional.primitive_bounding_box.txt | 28 - Set bounding box with gl_BoundingBoxEXT and PrimitiveBoundingBoxEXT 30 - Rendering with correct, too large, and too small bounding boxes 32 - Render pattern and hint the final depth range with bounding box 35 - Blit should not be affected by the bounding box 37 - Clears should not be affected by the bounding box 53 bounding box and render a test pattern. Rendering results within the 54 bounding box are then verified. 56 "global_state.*" cases set the bounding box of the whole test pattern 58 cases set the bounding box of the whole test pattern using 60 set the bounding box for each (tessellation input) primitive separately. [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DrawBoundingBoxes.pbtxt | 12 3-D with shape `[batch, num_bounding_boxes, 4]` containing bounding 20 bounding boxes drawn on the images. 23 summary: "Draw bounding boxes on a batch of images." 25 Outputs a copy of `images` but draws on top of the pixels zero or more bounding 27 bounding box in `boxes` are encoded as `[y_min, x_min, y_max, x_max]`. The 28 bounding box coordinates are floats in `[0.0, 1.0]` relative to the width and 31 For example, if an image is 100 x 200 pixels (height x width) and the bounding 33 the bounding box will be `(40, 10)` to `(180, 50)` (in (x,y) coordinates). 35 Parts of the bounding box may fall outside the image.
|
D | api_def_SampleDistortedBoundingBoxV2.pbtxt | 12 3-D with shape `[batch, N, 4]` describing the N bounding boxes 20 fraction of any bounding box supplied. The value of this parameter should be 22 any of the bounding boxes supplied. 42 3-D with shape `[1, 1, 4]` containing the distorted bounding box. 85 Controls behavior if no bounding boxes supplied. 86 If true, assume an implicit bounding box covering the whole input. If false, 90 summary: "Generate a single randomly distorted bounding box for an image." 96 localization of an object, i.e. bounding box, given an `image_size`, 99 The output of this Op is a single bounding box that may be used to crop the 103 what the bounding box looks like. [all …]
|
D | api_def_SampleDistortedBoundingBox.pbtxt | 12 3-D with shape `[batch, N, 4]` describing the N bounding boxes 33 3-D with shape `[1, 1, 4]` containing the distorted bounding box. 55 fraction of any bounding box supplied. The value of this parameter should be 57 any of the bounding boxes supplied. 85 Controls behavior if no bounding boxes supplied. 86 If true, assume an implicit bounding box covering the whole input. If false, 90 summary: "Generate a single randomly distorted bounding box for an image." 96 localization of an object, i.e. bounding box, given an `image_size`, 99 The output of this Op is a single bounding box that may be used to crop the 103 what the bounding box looks like. [all …]
|
D | api_def_DrawBoundingBoxesV2.pbtxt | 12 3-D with shape `[batch, num_bounding_boxes, 4]` containing bounding 26 bounding boxes drawn on the images. 29 summary: "Draw bounding boxes on a batch of images." 31 Outputs a copy of `images` but draws on top of the pixels zero or more bounding 33 bounding box in `boxes` are encoded as `[y_min, x_min, y_max, x_max]`. The 34 bounding box coordinates are floats in `[0.0, 1.0]` relative to the width and 37 For example, if an image is 100 x 200 pixels (height x width) and the bounding 39 the bounding box will be `(40, 10)` to `(100, 50)` (in (x,y) coordinates). 41 Parts of the bounding box may fall outside the image.
|
D | api_def_StatelessSampleDistortedBoundingBox.pbtxt | 12 3-D with shape `[batch, N, 4]` describing the N bounding boxes 27 fraction of any bounding box supplied. The value of this parameter should be 29 any of the bounding boxes supplied. 49 3-D with shape `[1, 1, 4]` containing the distorted bounding box. 78 Controls behavior if no bounding boxes supplied. 79 If true, assume an implicit bounding box covering the whole input. If false, 83 summary: "Generate a randomly distorted bounding box for an image deterministically." 90 bounding box, given an `image_size`, `bounding_boxes` and a series of 93 The output of this Op is a single bounding box that may be used to crop the 97 what the bounding box looks like. [all …]
|
D | api_def_NonMaxSuppressionWithOverlaps.pbtxt | 45 summary: "Greedily selects a subset of bounding boxes in descending order of score," 54 collection of bounding boxes representing the selected boxes. The bounding
|
D | api_def_NonMaxSuppression.pbtxt | 37 summary: "Greedily selects a subset of bounding boxes in descending order of score," 49 collection of bounding boxes representing the selected boxes. The bounding
|
D | api_def_NonMaxSuppressionV2.pbtxt | 37 summary: "Greedily selects a subset of bounding boxes in descending order of score," 50 collection of bounding boxes representing the selected boxes. The bounding
|
D | api_def_NonMaxSuppressionV3.pbtxt | 44 summary: "Greedily selects a subset of bounding boxes in descending order of score," 57 collection of bounding boxes representing the selected boxes. The bounding
|
D | api_def_NonMaxSuppressionV4.pbtxt | 58 summary: "Greedily selects a subset of bounding boxes in descending order of score," 71 collection of bounding boxes representing the selected boxes. The bounding
|
D | api_def_NonMaxSuppressionV5.pbtxt | 75 summary: "Greedily selects a subset of bounding boxes in descending order of score," 88 collection of bounding boxes representing the selected boxes. The bounding
|
D | api_def_RaggedTensorToSparse.pbtxt | 23 `sparse_dense_shape` is a tight bounding box of the input `RaggedTensor`.
|
/external/libcap-ng/libcap-ng-0.7/ |
D | ChangeLog | 28 - In capng_change_id, only retain setpcap if clearing the bounding set 43 - Fake applying bounding set for old OS 53 - Numeric printing of bounding set bits were in wrong order 54 - In update function, reverse the order of bounding set vs capabilities 55 - Revise the tests used to determine if bounding set should be updated 61 - Fixed cap_update for bounding set 62 - Fix have_capability for bounding set 70 - Reorder clearing of bounding set in capng_change_id
|
/external/libvpx/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/ |
D | BVH.pde | 2 *AABB bounding box 17 // build a bounding box for a triangle 31 // merge two bounding boxes 44 // get bounding box center axis value 54 // check if a ray is intersected with the bounding box 112 // build bounding box and save the selected center component 129 // bounding box center component value
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/ |
D | detections.proto | 25 // The bounding box. 27 // IMPORTANT: when using the Task APIs, the bounding box is expressed in the 33 // In particular, this implies that the returned bounding boxes may not be 42 // needs to be applied to the bounding box for display.
|
D | bounding_box.proto | 20 // An integer bounding box, axis aligned. 26 // The width of the bounding box, in pixels. 28 // The height of the bounding box, in pixels.
|
/external/eigen/unsupported/Eigen/ |
D | BVH | 23 * \brief This module provides generic bounding volume hierarchy algorithms 31 …* A bounding volume hierarchy (BVH) can accelerate many geometric queries. This module provides a… 53 …es the basic algorithms both from the type of hierarchy (and the types of the bounding volumes) and 58 typedef Volume //the type of bounding volume 64 …const Volume &getVolume(Index index) const //returns the bounding volume of the node at given index 77 …t BVIntersect provides is that intersectObject will be called on every object whose bounding volume
|
/external/tflite-support/tensorflow_lite_support/metadata/ |
D | metadata_schema.fbs | 207 // The properties for tensors representing bounding boxes. 212 // bounding boxes. For example, in the generated wrapper for Android, it returns 216 // Represents the bounding box by using the combination of boundaries, 222 // Represents the bounding box by using the upper_left corner, width and 228 // Represents the bounding box by using the center of the box, width and 243 // Denotes the order of the elements defined in each bounding box type. An 244 // empty index array represent the default order of each bounding box type. 249 // The index array can be applied to all bounding box types to adjust the 253 // Indicates how to parse the bounding box values. 257 // Indicates how to parse the bounding box values. [all …]
|
/external/ltp/runtest/ |
D | cap_bounds | 1 #DESCRIPTION:Posix capability bounding set
|
/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/ |
D | README.md | 14 [COCO Object Detection](https://cocodataset.org/#detection-2020) (w/ bounding 38 This binary evaluates TensorFlow Lite models trained for the bounding box-based
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | tmmbr_help.cc | 165 bool TMMBRHelp::IsOwner(const std::vector<rtcp::TmmbItem>& bounding, in IsOwner() argument 167 for (const rtcp::TmmbItem& item : bounding) { in IsOwner()
|
D | tmmbr_help.h | 27 static bool IsOwner(const std::vector<rtcp::TmmbItem>& bounding,
|
/external/skqp/site/user/api/ |
D | SkTextBlobBuilder_Reference.md | 189 <a href='#SkTextBlobBuilder_allocRun_bounds'>bounds</a> defines an optional bounding box, used to s… 208 <td>optional run bounding box</td> 244 <a href='#SkTextBlobBuilder_allocRunPosH_bounds'>bounds</a> defines an optional bounding box, used … 260 <td>optional run bounding box</td> 295 <a href='#SkTextBlobBuilder_allocRunPos_bounds'>bounds</a> defines an optional bounding box, used t… 308 <td>optional run bounding box</td>
|
/external/eigen/Eigen/ |
D | Geometry | 28 * - \link AlignedBox axis aligned bounding boxes \endlink
|