ImgDetections
DetectionNetwork outputs this message. This message contains a list ofdetections
, which contains label
, confidence
, and the bounding box information (xmin
, ymin
, xmax
, ymax
).Examples of functionality
Reference
class
dai::ImgDetections
variable
std::vector< ImgDetection > detections
variable
std::optional< ImgTransformation > transformation
function
ImgDetections()
function
~ImgDetections()
inline function
void serialize(std::vector< std::uint8_t > & metadata, DatatypeEnum & datatype)
function
DEPTHAI_SERIALIZE(ImgDetections, Buffer::sequenceNum, Buffer::ts, Buffer::tsDevice, detections, transformation)
Need assistance?
Head over to Discussion Forum for technical support or any other questions you might have.