struct InferenceEngine::PreProcessChannel¶
Overview¶
This structure stores info about pre-processing of network inputs (scale, mean image, …) More…
Detailed Documentation¶
This structure stores info about pre-processing of network inputs (scale, mean image, …)
Typedefs¶
typedef std::shared_ptr<PreProcessChannel> PtrSmart pointer to an instance.
Fields¶
float stdScale = 1Scale parameter for a channel.
float meanValue = 0Mean value for a channel.
Blob::Ptr meanDataMean data for a channel.