PosturePerfection
Data Fields
Pipeline::PreprocessedFrame Struct Reference

Contains the id of the frame within the pipeline, as well as the raw image and the preprocessed_image. A struct of this type is created for every input image after it has been passed through the PreProcessing::PreProcessor, before being sent to the Inference::InferenceCore More...

#include <pipeline.h>

Collaboration diagram for Pipeline::PreprocessedFrame:
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
 
PreProcessing::PreProcessedImage preprocessed_image
 

Detailed Description

Contains the id of the frame within the pipeline, as well as the raw image and the preprocessed_image. A struct of this type is created for every input image after it has been passed through the PreProcessing::PreProcessor, before being sent to the Inference::InferenceCore

Field Documentation

◆ id

uint8_t Pipeline::PreprocessedFrame::id

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

◆ preprocessed_image

PreProcessing::PreProcessedImage Pipeline::PreprocessedFrame::preprocessed_image

◆ raw_image

cv::Mat Pipeline::PreprocessedFrame::raw_image

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