Enum PixelType

Enum PixelType

名称: Aspose.OCR 集合: Aspose.OCR.dll (25.4.0)

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

public enum PixelType

Fields

BGR = 4

以BG为类型。

BYTE = 1

设置类型为每像素的1比特。

RGB = 2

设置类型为RGB。

RGBA = 3

用作Argb。

Remarks

在 AsposeOcr.RecognizeImage(byte[], int, int, PixelType, RecognitionSettings)中使用,以设置数据序列中的比特序列。

 中文