Static Public Attributes | List of all members
PlaneRole Class Reference

A plane role describes the components of the plane. More...

Inherits object.

Static Public Attributes

int CoordCartesian_W = 4099
 Cartesian W axis component (homogeneous coordinates). More...
 
int CoordCartesian_X = 4096
 Cartesian X axis component. More...
 
int CoordCartesian_Y = 4097
 Cartesian Y axis component. More...
 
int CoordCartesian_Z = 4098
 Cartesian Z axis component. More...
 
int CoordCylindrical_Phi = 4103
 Cylindrical azimuth angle component. More...
 
int CoordCylindrical_Rho = 4102
 Cylindrical radius component. More...
 
int CoordCylindrical_Z = 4104
 Cylindrical Z axis component. More...
 
int CoordPolar_Phi = 4101
 Polar azimuth angle component. More...
 
int CoordPolar_Rho = 4100
 Polar radius component. More...
 
int CoordSpherical_Phi = 4106
 Spherical azimuth angle componen. More...
 
int CoordSpherical_Rho = 4105
 Spherical radius component. More...
 
int CoordSpherical_Theta = 4107
 Spherical inclination/polar angle component. More...
 
int PixHSV_H = 7
 Hue channel value. More...
 
int PixHSV_S = 8
 Saturation channel value. More...
 
int PixLAB_A = 11
 Green-red chrominance channel. More...
 
int PixLAB_B = 12
 Blue-yellow chrominance channel. More...
 
int PixLAB_L = 10
 Lightness channel value. More...
 
int PixMono = 0
 Monochromatic, linear luminance value. More...
 
int PixRGB_B = 3
 Blue channel value. More...
 
int PixRGB_G = 2
 Green channel value. More...
 
int PixRGB_R = 1
 Red channel value. More...
 
int PixYUV_U = 5
 Blue chrominance channel. More...
 
int PixYUV_V = 6
 Red chrominance channelt. More...
 
int PixYUV_Y = 4
 Same as PixMono, but to distinguish YUV model. More...
 
int Undefined = -1
 Unknown/undefined value. More...
 

Detailed Description

A plane role describes the components of the plane.

They can coarsely be separated in two sets.

Member Data Documentation

◆ CoordCartesian_W

int CoordCartesian_W = 4099
static

Cartesian W axis component (homogeneous coordinates).

◆ CoordCartesian_X

int CoordCartesian_X = 4096
static

Cartesian X axis component.

◆ CoordCartesian_Y

int CoordCartesian_Y = 4097
static

Cartesian Y axis component.

◆ CoordCartesian_Z

int CoordCartesian_Z = 4098
static

Cartesian Z axis component.

◆ CoordCylindrical_Phi

int CoordCylindrical_Phi = 4103
static

Cylindrical azimuth angle component.

◆ CoordCylindrical_Rho

int CoordCylindrical_Rho = 4102
static

Cylindrical radius component.

◆ CoordCylindrical_Z

int CoordCylindrical_Z = 4104
static

Cylindrical Z axis component.

◆ CoordPolar_Phi

int CoordPolar_Phi = 4101
static

Polar azimuth angle component.

◆ CoordPolar_Rho

int CoordPolar_Rho = 4100
static

Polar radius component.

◆ CoordSpherical_Phi

int CoordSpherical_Phi = 4106
static

Spherical azimuth angle componen.

◆ CoordSpherical_Rho

int CoordSpherical_Rho = 4105
static

Spherical radius component.

◆ CoordSpherical_Theta

int CoordSpherical_Theta = 4107
static

Spherical inclination/polar angle component.

◆ PixHSV_H

int PixHSV_H = 7
static

Hue channel value.

◆ PixHSV_S

int PixHSV_S = 8
static

Saturation channel value.

◆ PixLAB_A

int PixLAB_A = 11
static

Green-red chrominance channel.

◆ PixLAB_B

int PixLAB_B = 12
static

Blue-yellow chrominance channel.

◆ PixLAB_L

int PixLAB_L = 10
static

Lightness channel value.

◆ PixMono

int PixMono = 0
static

Monochromatic, linear luminance value.

◆ PixRGB_B

int PixRGB_B = 3
static

Blue channel value.

◆ PixRGB_G

int PixRGB_G = 2
static

Green channel value.

◆ PixRGB_R

int PixRGB_R = 1
static

Red channel value.

◆ PixYUV_U

int PixYUV_U = 5
static

Blue chrominance channel.

◆ PixYUV_V

int PixYUV_V = 6
static

Red chrominance channelt.

◆ PixYUV_Y

int PixYUV_Y = 4
static

Same as PixMono, but to distinguish YUV model.

◆ Undefined

int Undefined = -1
static

Unknown/undefined value.