|
Monado OpenXR Runtime
|
Code to deal with bounding boxes for camera-based hand-tracking. More...

Go to the source code of this file.
Data Structures | |
| struct | xrt::auxiliary::util::box_iou::Box |
| 2D Box defined by center and size (width and height) More... | |
Functions | |
| static float | xrt::auxiliary::util::box_iou::overlap (float x1, float w1, float x2, float w2) |
| static float | xrt::auxiliary::util::box_iou::boxIntersection (const Box &a, const Box &b) |
| static float | xrt::auxiliary::util::box_iou::boxUnion (const Box &a, const Box &b) |
| static float | xrt::auxiliary::util::box_iou::boxIOU (const Box &a, const Box &b) |
| Ratio of box intersection area vs box union area (Intersection Over Union) | |
Code to deal with bounding boxes for camera-based hand-tracking.
Ratio of box intersection area vs box union area (Intersection Over Union)
References xrt::auxiliary::util::box_iou::boxIOU().
Referenced by xrt::auxiliary::util::box_iou::boxIOU().