Project import generated by Copybara.
GitOrigin-RevId: b137378673f7d66d41bcd46e4fc3a0d9ef254894
This commit is contained in:
@@ -59,6 +59,9 @@ int GetMatType(const mediapipe::ImageFormat::Format format) {
|
||||
case mediapipe::ImageFormat::LAB8:
|
||||
type = CV_8U;
|
||||
break;
|
||||
case mediapipe::ImageFormat::SBGRA:
|
||||
type = CV_8U;
|
||||
break;
|
||||
default:
|
||||
// Invalid or unknown; Default to uchar.
|
||||
type = CV_8U;
|
||||
|
||||
Reference in New Issue
Block a user