Enum PixelType

PixelType enumeration

确定图像识别的像素数据类型。

public enum PixelType

价值观

姓名价值描述
BYTE1将类型设置为每像素 1 位。
RGB2将类型设置为 rgb.
RGBA3将类型设置为 argb.
BGR4将类型设置为 bgr.

评论

用于RecognizeImage设置数据数组中的字节序列。

也可以看看