enum InferenceEngine::ColorFormat¶
Overview¶
Extra information about input color format for preprocessing. More…
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 DLDT.
RGBX
RGBX color format with X ignored during inference.
BGRX
BGRX color format with X ignored during inference.
NV12
NV12 color format represented as compound Y+UV blob.
I420
I420 color format represented as compound Y+U+V blob.