Struct InferenceEngine::PreProcessChannel

struct PreProcessChannel

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

Public Types

using Ptr = std::shared_ptr<PreProcessChannel>

Smart pointer to an instance.

Public Members

float stdScale = 1

Scale parameter for a channel.

float meanValue = 0

Mean value for a channel.

Blob::Ptr meanData

Mean data for a channel.