PosturePerfection
Data Fields
PreProcessing::PreProcessedImage Struct Reference

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...
 

Detailed Description

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

Field Documentation

◆ image

float* PreProcessing::PreProcessedImage::image

The image array where each pixel is represented by the 3 RGB channels.


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