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> Ptr
Smart pointer to an instance.
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.