Data Structures | Enumerations
ie_preprocess.hpp File Reference

This header file provides structures to store info about pre-processing of network inputs (scale, mean image, ...) More...

#include <memory>
#include <vector>
#include "ie_blob.h"

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.
 

Detailed Description

This header file provides structures to store info about pre-processing of network inputs (scale, mean image, ...)

Enumeration Type Documentation

§ MeanVariant

Defines available types of mean.

Enumerator
MEAN_IMAGE 

mean value is specified for each input pixel

MEAN_VALUE 

mean value is specified for each input channel

NONE 

no mean value specified