Indicates if sensor pixels are mirrored in rangemap.
More...
Inherits object.
|
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.
|
|
Indicates if sensor pixels are mirrored in rangemap.