CVBpy 15.0
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Modules Pages
SensorPixelsMirrored Class Reference

Indicates if sensor pixels are mirrored in rangemap. More...

Inherits object.

Static Public Attributes

int NoMirroring = 0
 No mirroring is applied.
 
int X = 1
 Sensor pixel values are mirrored in X (or denoted by u), so that the columns of the range map will be flipped.
 
int XY = 3
 Sensor pixel values are mirrored in X and Y.
 
int Y = 2
 Sensor pixel values are mirrored in Y (or denoted by v), so that the range map pixel values will be flipped.
 

Detailed Description

Indicates if sensor pixels are mirrored in rangemap.