This header file provides structures to store info about pre-processing of network inputs (scale, mean image, ...) More...
Go to the source code of this file.
Data Structures | |
| struct | InferenceEngine::PreProcessChannel |
| This structure stores info about pre-processing of network inputs (scale, mean image, ...) More... | |
| class | InferenceEngine::PreProcessInfo |
| This class stores pre-process information for the input. More... | |
Enumerations | |
| enum | InferenceEngine::MeanVariant { InferenceEngine::MEAN_IMAGE, InferenceEngine::MEAN_VALUE, InferenceEngine::NONE } |
| Defines available types of mean. More... | |
| enum | InferenceEngine::ResizeAlgorithm { NO_RESIZE = 0, RESIZE_BILINEAR, RESIZE_AREA } |
| Represents the list of supported resize algorithms. | |
This header file provides structures to store info about pre-processing of network inputs (scale, mean image, ...)