CVBpy 14.0
PixelDataType Class Reference

Defines the numeric data type of one pixel. More...

Inherits object.

Static Public Attributes

int ComplexPackedFloat = 4
 Complex packed floating point number.
 
int Float = 3
 Floating point number.
 
int Int = 2
 Signed integer.
 
int UInt = 1
 Unsigned integer.
 
int Undefined = 0
 Indeterminable data type (the native CVB data type descriptor can take all sorts of weird values)
 

Detailed Description

Defines the numeric data type of one pixel.