PosturePerfection
Data Fields
Pipeline::CoreResults Struct Reference

Contains the id of the frame within the pipeline, as well as the raw image and the results of running inference on that image. A struct of this type is created for every input image after it has been passed through the InferenceCore, before being sent to the PostProcessor More...

#include <pipeline.h>

Collaboration diagram for Pipeline::CoreResults:
Collaboration graph
[legend]

Data Fields

uint8_t id
 Every frame is assigned a unique id to ensure in-order post processing. This id must be passed through the entire pipeline. More...
 
cv::Mat raw_image
 
Inference::InferenceResults image_results
 

Detailed Description

Contains the id of the frame within the pipeline, as well as the raw image and the results of running inference on that image. A struct of this type is created for every input image after it has been passed through the InferenceCore, before being sent to the PostProcessor

Field Documentation

◆ id

uint8_t Pipeline::CoreResults::id

Every frame is assigned a unique id to ensure in-order post processing. This id must be passed through the entire pipeline.

◆ image_results

Inference::InferenceResults Pipeline::CoreResults::image_results

◆ raw_image

cv::Mat Pipeline::CoreResults::raw_image

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