EC15 Struct

Color pixel value, coded as 3 fields of 5 bits each (red, green, blue components) and 1 field of 1 bit for padding.

Remarks

This class is suited to handle the Windows RGB15 color images. The pixel values are coded on 15 bits, leaving 32 possible levels per color component (red, green or blue).

Namespace: Euresys::Open_eVision

Properties

The value of the third component of the pixel (blue channel).
The value of the second component of the pixel (green channel).
The value of the first component of the pixel (red channel).

Methods

Constructs a EC15 object.
The number of bits in a pixel

EC15 Struct

Color pixel value, coded as 3 fields of 5 bits each (red, green, blue components) and 1 field of 1 bit for padding.

Remarks

This class is suited to handle the Windows RGB15 color images. The pixel values are coded on 15 bits, leaving 32 possible levels per color component (red, green or blue).

Namespace: Euresys.Open_eVision

Properties

The value of the first component of the pixel (red channel).
The value of the second component of the pixel (green channel).
The value of the third component of the pixel (blue channel).
The number of bits in a pixel

Methods

Constructs a EC15 object.