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. | |
This structure stores info about pre-processing of network inputs (scale, mean image, ...)