![]() |
PosturePerfection
|
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>
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 |
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
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.
PreProcessing::PreProcessedImage Pipeline::PreprocessedFrame::preprocessed_image |
cv::Mat Pipeline::PreprocessedFrame::raw_image |