Enum PixelType

Enum PixelType

Navne til: Aspose.OCR Sammensætning: Aspose.OCR.dll (25.4.0)

Det bestemmer typen af pixeldata til billedgenkendelse.

public enum PixelType

Fields

BGR = 4

Sæt type som bgr.

BYTE = 1

Sæt type som 1 bit pr. pixel.

RGB = 2

Sæt type som rgb.

RGBA = 3

Sæt type som argb.

Remarks

Bruges i AsposeOcr.RecognizeImage(byte[], int, int, PixelType, RecognitionSettings) til at indstille sekvenserne af byder i dataraden.

 Dansk