Static Public Attributes | List of all members
SensorPixelsMirrored Class Reference

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

Inherits object.

Static Public Attributes

int NoMirroring = 0
 No mirroring is applied. More...
 
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. More...
 
int XY = 3
 Sensor pixel values are mirrored in X and Y. More...
 
int Y = 2
 Sensor pixel values are mirrored in Y (or denoted by v), so that the range map pixel values will be flipped. More...
 

Detailed Description

Indicates if sensor pixels are mirrored in rangemap.

Member Data Documentation

◆ NoMirroring

int NoMirroring = 0
static

No mirroring is applied.

◆ X

int X = 1
static

Sensor pixel values are mirrored in X (or denoted by u), so that the columns of the range map will be flipped.

◆ XY

int XY = 3
static

Sensor pixel values are mirrored in X and Y.

◆ Y

int Y = 2
static

Sensor pixel values are mirrored in Y (or denoted by v), so that the range map pixel values will be flipped.