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... | |
A plane role describes the components of the plane.
They can coarsely be separated in two sets.
|
static |
Cartesian W axis component (homogeneous coordinates).
|
static |
Cartesian X axis component.
|
static |
Cartesian Y axis component.
|
static |
Cartesian Z axis component.
|
static |
Cylindrical azimuth angle component.
|
static |
Cylindrical radius component.
|
static |
Cylindrical Z axis component.
|
static |
Polar azimuth angle component.
|
static |
Polar radius component.
|
static |
Spherical azimuth angle componen.
|
static |
Spherical radius component.
|
static |
Spherical inclination/polar angle component.
|
static |
Hue channel value.
|
static |
Saturation channel value.
|
static |
Green-red chrominance channel.
|
static |
Blue-yellow chrominance channel.
|
static |
Lightness channel value.
|
static |
Monochromatic, linear luminance value.
|
static |
Blue channel value.
|
static |
Green channel value.
|
static |
Red channel value.
|
static |
Blue chrominance channel.
|
static |
Red chrominance channelt.
|
static |
Same as PixMono, but to distinguish YUV model.
|
static |
Unknown/undefined value.