Skip to main content

DetectionTypes.h File

Detection result types and helpers for decoding model outputs. More...

Included Headers

#include "pipeline/TensorCore.h" #include "pipeline/Tensor.h" #include <cstdint> #include <string> #include <vector>

Namespaces Index

namespacesimaai
namespaceneat

Classes Index

structBox

One axis-aligned detection produced by BoxDecode. More...

structBoxDecodeResult

Parsed BoxDecode output paired with its raw byte buffer. More...

structPoseDecodeTensors

Decoded pose tensors for one BoxDecode output tensor. More...

structSegmentationDecodeTensors

Decoded instance-segmentation tensors for one BoxDecode output tensor. More...

Description

Detection result types and helpers for decoding model outputs.

Defines the structured output types produced after the BoxDecode postprocess stage runs. Box is a single detection (axis-aligned bbox + class + score); BoxDecodeResult bundles the parsed list with the raw byte payload it came from. The free functions parse byte-encoded BBOX tensors back into typed Box records for application code.

See Also

BoxDecodeType for the decode-family selection.

See Also

StageRun.h for the BoxDecode stage entry point.


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.