Variables | |
double | A11 |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model: More... | |
double | A12 |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model: More... | |
double | A13 |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model: More... | |
double | A14 |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model: More... | |
double | A21 |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model: More... | |
double | A22 |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model: More... | |
double | A23 |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model: More... | |
double | A24 |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model: More... | |
double | A31 |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model: More... | |
double | A32 |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model: More... | |
double | A33 |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model: More... | |
double | A34 |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model: More... | |
boolean | Entire |
If this property is set to TRUE the area passed by the X0, X1, Y0 and Y1 properties is ignored and the complete image will be used for the conversion. More... | |
__int3264 | ImageIn |
Defines the input image object for the conversion. The image should be assigned prior to calling the Execute method. More... | |
__int3264 | ImageOut |
Handle to the result image of the last color conversion operation. More... | |
OCXColorModel | InputColorModel |
Returns the color model of the incoming image. More... | |
OCXColorModel | OutputColorModel |
Determines the color model the result image should have. The default setting is: CM_RGB = 2. If set to CM_CUSTOM the color twist matrix defined by the coefficients A11 to A34 will be defined. More... | |
double | X0 |
Defines the X-coordinate of the top left corner of the rectangular area of interest (AOI). More... | |
double | X1 |
Defines the X-coordinate of the bottom right corner of the rectangular area of interest (AOI). More... | |
double | Y0 |
Defines the Y-coordinate of the top left corner of the rectangular area of interest (AOI). More... | |
double | Y1 |
Defines the Y-coordinate of the bottom right corner of the rectangular area of interest (AOI). More... | |
|
property |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model:
Alternatively it may be used to apply separate gain and offset to an RGB image.
[in,out] | A11 | Coefficient of the color twist matrix. |
|
property |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model:
Alternatively it may be used to apply separate gain and offset to an RGB image.
[in,out] | A12 | Coefficient of the color twist matrix. |
|
property |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model:
Alternatively it may be used to apply separate gain and offset to an RGB image.
[in,out] | A13 | Coefficient of the color twist matrix. |
|
property |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model:
Alternatively it may be used to apply separate gain and offset to an RGB image.
[in,out] | A14 | Coefficient of the color twist matrix. |
|
property |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model:
Alternatively it may be used to apply separate gain and offset to an RGB image.
[in,out] | A21 | Coefficient of the color twist matrix. |
|
property |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model:
Alternatively it may be used to apply separate gain and offset to an RGB image.
[in,out] | A22 | Coefficient of the color twist matrix. |
|
property |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model:
Alternatively it may be used to apply separate gain and offset to an RGB image.
[in,out] | A23 | Coefficient of the color twist matrix. |
|
property |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model:
Alternatively it may be used to apply separate gain and offset to an RGB image.
[in,out] | A24 | Coefficient of the color twist matrix. |
|
property |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model:
Alternatively it may be used to apply separate gain and offset to an RGB image.
[in,out] | A31 | Coefficient of the color twist matrix. |
|
property |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model:
Alternatively it may be used to apply separate gain and offset to an RGB image.
[in,out] | A32 | Coefficient of the color twist matrix. |
|
property |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model:
Alternatively it may be used to apply separate gain and offset to an RGB image.
[in,out] | A33 | Coefficient of the color twist matrix. |
|
property |
Coefficient of the color twist matrix. The color twist matrix allows you to generate an user-defined color model:
Alternatively it may be used to apply separate gain and offset to an RGB image.
[in,out] | A34 | Coefficient of the color twist matrix. |
|
property |
If this property is set to TRUE
the area passed by the X0, X1, Y0 and Y1 properties is ignored and the complete image will be used for the conversion.
[in,out] | Entire | TRUE indicates that the complete image will be used, FALSE otherwise. |
TRUE
indicates that the complete image will be used, FALSE
otherwise.
|
property |
|
propertyreadonly |
Handle to the result image of the last color conversion operation.
[out] | ImageOut | Handle of the result image object. |
|
propertyreadonly |
Returns the color model of the incoming image.
[out] | InputColorModel | Color model of the incoming image. See OCXColorModel for possible color models. |
|
property |
Determines the color model the result image should have. The default setting is: CM_RGB = 2. If set to CM_CUSTOM the color twist matrix defined by the coefficients A11 to A34 will be defined.
[in,out] | OutputColorModel | Color model of the output image. Following values are possible: CM_CUSTOM = 0 CM_Mono = 1 CM_RGB = 2 CM_YUV = 3 CM_HSI = 4 CM_YCbCr = 5 CM_LUV = 6 CM_Lab = 7 CM_HLS = 8 CM_YCC = 9 CM_HSV = 10 CM_XYZ = 11 |
|
property |
Defines the X-coordinate of the top left corner of the rectangular area of interest (AOI).
The properties \ref X0, \ref X1, \ref Y0 and \ref Y1 define the area of the input image that will be processed.
TRUE
these values will be ignored and the complete image will be used for the conversion. [in,out] | X0 | X-coordinate of the top left corner of the rectangular AOI. |
|
property |
Defines the X-coordinate of the bottom right corner of the rectangular area of interest (AOI).
The properties \ref X0, \ref X1, \ref Y0 and \ref Y1 define the area of the input image that will be processed.
TRUE
these values will be ignored and the complete image will be used for the conversion. [in,out] | X1 | X-coordinate of the bottom right corner of the rectangular AOI. |
|
property |
Defines the Y-coordinate of the top left corner of the rectangular area of interest (AOI).
The properties \ref X0, \ref X1, \ref Y0 and \ref Y1 define the area of the input image that will be processed.
TRUE
these values will be ignored and the complete image will be used for the conversion. [in,out] | Y0 | Y-coordinate of the top left corner of the rectangular AOI. |
|
property |
Defines the Y-coordinate of the bottom right corner of the rectangular area of interest (AOI).
The properties \ref X0, \ref X1, \ref Y0 and \ref Y1 define the area of the input image that will be processed.
TRUE
these values will be ignored and the complete image will be used for the conversion. [in,out] | Y1 | Y-coordinate of the bottom right corner of the rectangular AOI. |