PixelType Enumeration

Pixel type compatible with the CvMat type system

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public enum PixelType

Members

TYPE_8UC10 8-bit unsigned 1-channel data
TYPE_8UC28 8-bit unsigned 2-channel data
TYPE_8UC316 8-bit unsigned 3-channel data
TYPE_8UC424 8-bit unsigned 4-channel data

See Also