PixelType

PixelType enumeration

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

public enum PixelType

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

备注

用于 !:AsposeOcr.RecognizeImage(byte[], int, int, PixelType, RecognitionSettings) 中,以设置数据数组中的字节序列。

另请参见