enum InferenceEngine::ColorFormat

Overview

Extra information about input color format for preprocessing. More…

#include <ie_common.h>

enum ColorFormat
{
    RAW  = 0u,
    RGB,
    BGR,
    RGBX,
    BGRX,
    NV12,
    I420,
};

Detailed Documentation

Extra information about input color format for preprocessing.

Enum Values

RAW

Plain blob (default), no extra color processing required.

RGB

RGB color format.

BGR

BGR color format, default in OpenVINO.

RGBX

RGBX color format with X ignored during inference.

BGRX

BGRX color format with X ignored during inference.

NV12

compound Y+UV blob

NV12 color format represented as

I420

compound Y+U+V blob

I420 color format represented as