Skip to main content

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

std::vector<Box> simaai::neat::BoxDecodeResult::boxes

Parsed detections.

Definition at line 53 of file DetectionTypes.h.

53 std::vector<Box> boxes;

raw

std::vector<uint8_t> simaai::neat::BoxDecodeResult::raw

Source bytes the boxes were parsed from.

Definition at line 54 of file DetectionTypes.h.

54 std::vector<uint8_t> raw;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.