BoxDecodeResult Struct
Parsed BoxDecode output paired with its raw byte buffer. More...
Declaration
struct simaai::neat::BoxDecodeResult { ... }
Included Headers
#include <DetectionTypes.h>
Public Member Attributes Index
| std::vector< Box > | boxes |
|
Parsed detections. More... | |
| std::vector< uint8_t > | raw |
|
Source bytes the boxes were parsed from. More... | |
Description
Parsed BoxDecode output paired with its raw byte buffer.
boxes holds the typed detections; raw retains the underlying BBOX-format byte payload so callers can re-parse, log, or forward the encoded form.
Definition at line 52 of file DetectionTypes.h.
Public Member Attributes
boxes
|
raw
|
Source bytes the boxes were parsed from.
Definition at line 54 of file DetectionTypes.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.