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