enum InferenceEngine::ColorFormat¶
Detailed Documentation¶
Extra information about input color format for preprocessing.
Enum Values¶
RAWPlain blob (default), no extra color processing required.
RGBRGB color format.
BGRBGR color format, default in OpenVINO.
RGBXRGBX color format with X ignored during inference.
BGRXBGRX color format with X ignored during inference.
NV12NV12 color format represented as compound Y+UV blob.
I420I420 color format represented as compound Y+U+V blob.