Public Types | Data Fields
InferenceEngine::PreProcessChannel Struct Reference

This structure stores info about pre-processing of network inputs (scale, mean image, ...) More...

#include <ie_preprocess.hpp>

Public Types

using Ptr = std::shared_ptr< PreProcessChannel >
 Smart pointer to an instance.
 

Data Fields

float stdScale = 1
 Scale parameter for a channel.
 
float meanValue = 0
 Mean value for a channel.
 
Blob::Ptr meanData
 Mean data for a channel.
 

Detailed Description

This structure stores info about pre-processing of network inputs (scale, mean image, ...)


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