ImgDetection structure. More...
#include <RawImgDetections.hpp>

Public Attributes | |
| float | confidence = 0.f |
| uint32_t | label = 0 |
| float | xmax = 0.f |
| float | xmin = 0.f |
| float | ymax = 0.f |
| float | ymin = 0.f |
ImgDetection structure.
Definition at line 10 of file RawImgDetections.hpp.
| float dai::ImgDetection::confidence = 0.f |
Definition at line 12 of file RawImgDetections.hpp.
| uint32_t dai::ImgDetection::label = 0 |
Definition at line 11 of file RawImgDetections.hpp.
| float dai::ImgDetection::xmax = 0.f |
Definition at line 15 of file RawImgDetections.hpp.
| float dai::ImgDetection::xmin = 0.f |
Definition at line 13 of file RawImgDetections.hpp.
| float dai::ImgDetection::ymax = 0.f |
Definition at line 16 of file RawImgDetections.hpp.
| float dai::ImgDetection::ymin = 0.f |
Definition at line 14 of file RawImgDetections.hpp.