Variables | |
long | Entire |
If Entire is TRUE the currently set area of interest, defined through the properties X0, Y0, X1 and Y1, is ignored and the LUT operation affects the complete input image. More... | |
__int3264 | ImageIn |
Specifies the input image for the LUT operations. More... | |
__int3264 | ImageOut |
Handle to the resulting image after applying the Execute method. More... | |
long | Index |
Specifies the color plane to be used if the image assigned to the control consists of more than one plane. More... | |
long | LUTIndex |
Access an individual entry (LUTValue and or LUTLevel) of an array-based or node-based LUT. LUTIndex may range from 0 to NumLUTEntries - 1. More... | |
long | LUTLevel |
Changes the level component of a node for the node-based LUT methods. More... | |
TLUTMethod | LUTMethod |
Specifies the LUT mode which should be used. More... | |
long | LUTValue |
Sets the intensity value in the LUT node or array cell indexed by LUTIndex. More... | |
long | NumLUTEntries |
In node-based LUT modes you may use this property to change the number of nodes that define the LUT operation. More... | |
double | X0 |
X-coordinate of the upper left corner of the rectangular area of interest. The properties X0, Y0, X1 and Y1 define the area of the input image that will be processed. More... | |
double | X1 |
X-coordinate of the bottom right corner of the rectangular area of interest. The properties X0, Y0, X1 and Y1 define the area of the input image that will be processed. More... | |
double | Y0 |
Y-coordinate of the upper left corner of the rectangular area of interest. The properties X0, Y0, X1 and Y1 define the area of the input image that will be processed. More... | |
double | Y1 |
Y-coordinate of the bottom right corner of the rectangular area of interest. The properties X0, Y0, X1 and Y1 define the area of the input image that will be processed. More... | |
|
property |
If Entire is TRUE
the currently set area of interest, defined through the properties X0, Y0, X1 and Y1, is ignored and the LUT operation affects the complete input image.
[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 |
|
property |
Specifies the color plane to be used if the image assigned to the control consists of more than one plane.
[in,out] | Index | Color plane to be used. Valid values are 0 to ImageDimension(cvFLUT.Image) - 1. If you specify an invalid value the CVCError event will be fired. (see CVCError headerfile) |
|
property |
Access an individual entry (LUTValue and or LUTLevel) of an array-based or node-based LUT. LUTIndex may range from 0 to NumLUTEntries - 1.
[in,out] | LUTIndex | Index of the array-based or node-based LUT. |
|
property |
Changes the level component of a node for the node-based LUT methods.
[in,out] | LUTLevel | Changes the level component. |
|
property |
Specifies the LUT mode which should be used.
[in,out] | LUTMethod | Defines the LUT mode. See TLUTMethod for more information. |
|
property |
Sets the intensity value in the LUT node or array cell indexed by LUTIndex.
[in,out] | LUTValue | Sets the intensity value in the LUT node or array cell. |
|
property |
In node-based LUT modes you may use this property to change the number of nodes that define the LUT operation.
[in,out] | NumLUTEntries | Number of entries in the LUT. |
|
property |
X-coordinate of the upper left corner of the rectangular area of interest. The properties X0, Y0, X1 and 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 upper left corner of the area of interest. |
|
property |
X-coordinate of the bottom right corner of the rectangular area of interest. The properties X0, Y0, X1 and 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 area of interest. |
|
property |
Y-coordinate of the upper left corner of the rectangular area of interest. The properties X0, Y0, X1 and 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 upper left corner of the area of interest. |
|
property |
Y-coordinate of the bottom right corner of the rectangular area of interest. The properties X0, Y0, X1 and 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 area of interest. |