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.
NV12compound Y+UV blob
NV12 color format represented as
I420compound Y+U+V blob
I420 color format represented as