1、合并master与2021.1
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
#pragma once
|
||||
#define WM_UPDATE_IMAGE WM_USER+100
|
||||
|
||||
//ת»»ÀàÐÍ
|
||||
typedef enum{
|
||||
RGB24TORGB = 0,
|
||||
YUY2TORGB,
|
||||
RGB24TOGRAY,
|
||||
YUY2TOGRAY
|
||||
YUY2TOGRAY,
|
||||
RGB24TOBINARYZATION,
|
||||
YUY2TOBINARYZATION
|
||||
}ConvertColorType;
|
||||
|
||||
typedef struct Image_Buffer
|
||||
|
||||
Reference in New Issue
Block a user