Public Member Functions | Public Attributes | List of all members
dai::RawImgDetections Struct Reference

RawImgDetections structure. More...

#include <RawImgDetections.hpp>

Inheritance diagram for dai::RawImgDetections:
Inheritance graph
[legend]

Public Member Functions

 DEPTHAI_SERIALIZE (RawImgDetections, detections, RawBuffer::sequenceNum, RawBuffer::ts, RawBuffer::tsDevice)
 
DatatypeEnum getType () const override
 
void serialize (std::vector< std::uint8_t > &metadata, DatatypeEnum &datatype) const override
 
- Public Member Functions inherited from dai::RawBuffer
 DEPTHAI_SERIALIZE (RawBuffer, sequenceNum, ts, tsDevice)
 
virtual ~RawBuffer ()=default
 

Public Attributes

std::vector< ImgDetectiondetections
 
- Public Attributes inherited from dai::RawBuffer
std::vector< std::uint8_t > data
 
int64_t sequenceNum = 0
 
Timestamp ts = {}
 
Timestamp tsDevice = {}
 

Detailed Description

RawImgDetections structure.

Definition at line 22 of file RawImgDetections.hpp.

Member Function Documentation

◆ DEPTHAI_SERIALIZE()

dai::RawImgDetections::DEPTHAI_SERIALIZE ( RawImgDetections  ,
detections  ,
RawBuffer::sequenceNum  ,
RawBuffer::ts  ,
RawBuffer::tsDevice   
)

◆ getType()

DatatypeEnum dai::RawImgDetections::getType ( ) const
inlineoverridevirtual

Reimplemented from dai::RawBuffer.

Definition at line 30 of file RawImgDetections.hpp.

◆ serialize()

void dai::RawImgDetections::serialize ( std::vector< std::uint8_t > &  metadata,
DatatypeEnum datatype 
) const
inlineoverridevirtual

Reimplemented from dai::RawBuffer.

Definition at line 25 of file RawImgDetections.hpp.

Member Data Documentation

◆ detections

std::vector<ImgDetection> dai::RawImgDetections::detections

Definition at line 23 of file RawImgDetections.hpp.


The documentation for this struct was generated from the following file:


depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:20