Data Structures | Namespaces | 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 "ie_blob.h"
#include <vector>
#include <memory>

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...
 

Namespaces

  InferenceEngine
  Inference Engine API.
 

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, ...)