PosturePerfection
|
A structure of the pre processed image. More...
#include <intermediate_structures.h>
Data Fields | |
float * | image |
The image array where each pixel is represented by the 3 RGB channels. More... | |
A structure of the pre processed image.
After pre processing, the image will be resized and normalised before being passed to the Inference::InferenceCore
as a PreProcessedImage
float* PreProcessing::PreProcessedImage::image |
The image array where each pixel is represented by the 3 RGB channels.