Enum PixelType

PixelType enumeration

Determina il tipo di dati pixel per il riconoscimento dell’immagine.

public enum PixelType

I valori

NomeValoreDescrizione
BYTE1Imposta il tipo su 1 bit per pixel.
RGB2Imposta il tipo come rgb.
RGBA3Imposta il tipo come argb.
BGR4Imposta il tipo come bgr.

Osservazioni

Usato inRecognizeImage per impostare le sequenze di byte nell’array di dati.

Guarda anche