Variables | |
double | ConstB |
Some of the arithmetic operations supported by the FArithmetic OCX require constant with which to perform the operation. Therefore the FArithmetic OCX has three constants, ConstR, ConstG, ConstB, for these operations to work with. More... | |
double | ConstG |
Some of the arithmetic operations supported by the FArithmetic OCX require constant with which to perform the operation. Therefore the FArithmetic OCX has three constants, ConstR, ConstG, ConstB, for these operations to work with. More... | |
double | ConstR |
Some of the arithmetic operations supported by the FArithmetic OCX require constant with which to perform the operation. Therefore the FArithmetic OCX has three constants, ConstR, ConstG, ConstB, for these operations to work with. 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 arithmetic operation. More... | |
__int3264 | ImageIn1 |
Specifies the (first) input image object for all arithmetic operations. More... | |
__int3264 | ImageIn2 |
Specifies the second input image for the arithmetic operations working on two images. More... | |
__int3264 | ImageOut |
Handle to the resulting image after applying the Execute method. More... | |
TArithmeticOperation | Operation |
Determines which operation is applied to the input image(s) when the Execute method is called. More... | |
boolean | ScaleResults |
Scales the resulting pixel values to the full dynamic range of the output image. Some operations like MultiplyImages, AddImages, etc. may lead to pixel values that are higher than the maximum allowable gray value. Others (DivideImages, SquareRootImage) provide output data with very low intensity. More... | |
double | X0 |
Defines the X-coordinate of the top left corner of the rectangular area of interest (AOI). The properties X0, X1, Y0 and Y1 define the area of interest in which the control applies the operations on the input image(s) (if the selected operation has two input images, the area of interest is applied to both input images). More... | |
double | X1 |
Defines the X-coordinate of the bottom right corner of the rectangular area of interest (AOI). The properties X0, X1, Y0 and Y1 define the area of interest in which the control applies the operations on the input image(s) (if the selected operation has two input images, the area of interest is applied to both input images). More... | |
double | Y0 |
Defines the Y-coordinate of the top left corner of the rectangular area of interest (AOI). The properties X0, X1, Y0 and Y1 define the area of interest in which the control applies the operations on the input image(s) (if the selected operation has two input images, the area of interest is applied to both input images). More... | |
double | Y1 |
Defines the Y-coordinate of the bottom right corner of the rectangular area of interest (AOI). The properties X0, X1, Y0 and Y1 define the area of interest in which the control applies the operations on the input image(s) (if the selected operation has two input images, the area of interest is applied to both input images). More... | |
|
property |
Some of the arithmetic operations supported by the FArithmetic OCX require constant with which to perform the operation. Therefore the FArithmetic OCX has three constants, ConstR, ConstG, ConstB, for these operations to work with.
[in,out] | ConstB | One of three constants that are used to process images. |
|
property |
Some of the arithmetic operations supported by the FArithmetic OCX require constant with which to perform the operation. Therefore the FArithmetic OCX has three constants, ConstR, ConstG, ConstB, for these operations to work with.
[in,out] | ConstG | One of three constants that are used to process images. |
|
property |
Some of the arithmetic operations supported by the FArithmetic OCX require constant with which to perform the operation. Therefore the FArithmetic OCX has three constants, ConstR, ConstG, ConstB, for these operations to work with.
[in,out] | ConstR | One of three constants that are used to process images. |
|
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 arithmetic operation.
[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 |
Specifies the (first) input image object for all arithmetic operations.
[in,out] | ImageIn1 | Handle of the image object. |
|
property |
Specifies the second input image for the arithmetic operations working on two images.
[in,out] | ImageIn2 | Handle of the image object. |
|
propertyreadonly |
|
property |
Determines which operation is applied to the input image(s) when the Execute method is called.
[in,out] | Operation | Operation which is applied to the input image(s). See TArithmeticOperation for possible operations. |
|
property |
Scales the resulting pixel values to the full dynamic range of the output image. Some operations like MultiplyImages, AddImages, etc. may lead to pixel values that are higher than the maximum allowable gray value. Others (DivideImages, SquareRootImage) provide output data with very low intensity.
[in,out] | ScaleResults | TRUE indicates that the resulting pixel values of these operations will be scaled to use the full dynamic range of the output image. FALSE means that the values will be cut off at 255 if bigger and are otherwise left unchanged. |
TRUE
scales the resulting pixel values, otherwise FALSE
will cut off the pixels e.g. at 255.
|
property |
Defines the X-coordinate of the top left corner of the rectangular area of interest (AOI). The properties X0, X1, Y0 and Y1 define the area of interest in which the control applies the operations on the input image(s) (if the selected operation has two input images, the area of interest is applied to both input images).
TRUE
these values will be ignored and the complete image will be used. [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 X0, X1, Y0 and Y1 define the area of interest in which the control applies the operations on the input image(s) (if the selected operation has two input images, the area of interest is applied to both input images).
TRUE
these values will be ignored and the complete image will be used. [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 X0, X1, Y0 and Y1 define the area of interest in which the control applies the operations on the input image(s) (if the selected operation has two input images, the area of interest is applied to both input images).
TRUE
these values will be ignored and the complete image will be used. [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 X0, X1, Y0 and Y1 define the area of interest in which the control applies the operations on the input image(s) (if the selected operation has two input images, the area of interest is applied to both input images).
TRUE
these values will be ignored and the complete image will be used. [in,out] | Y1 | Y-coordinate of the bottom right corner of the rectangular AOI. |