![]() |
PosturePerfection
|
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>

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 |
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
| 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.
| Inference::InferenceResults Pipeline::CoreResults::image_results |
| cv::Mat Pipeline::CoreResults::raw_image |