User`s guide

OpenCV Provider Users Guide - 74 -
ORiN Forum
DENSO WAVE Inc.
OR
Format
object
.OR <Output ID>, <InputID>
Parameters
<Output ID>
= VT_I4: Output Image ID
<InputID>
= VT_I4: Input Image ID
Return value
<Image>
= VT_UI1|VT_ARRAY: Changed Image
Explanation
Logical OR.
If Output Image ID=0, return value is changed image data. If Output Image Id <> 0,
the change image is stored in the specified ID image memory, and return value is
Empty.
The changed image data is output by the bitmap file format of the Windows standard.
Color output format is 24bit color bitmap image, and grayscale output format is 8bit
bitmap image.
Related item
NOT, AND, XOR, ADD, SUB, MAXEx, MINEx, ABS
XOR
Format
object
.XOR <Output ID>, <InputID>
Parameters
<Output ID>
= VT_I4: Output Image ID
<InputID>
= VT_I4: Input Image ID
Return value
<Image>
= VT_UI1|VT_ARRAY: Changed Image
Explanation
Logical Exclusive-OR.
If Output Image ID=0, return value is changed image data. If Output Image Id <> 0,
the change image is stored in the specified ID image memory, and return value is
Empty.
The changed image data is output by the bitmap file format of the Windows standard.
Color output format is 24bit color bitmap image, and grayscale output format is 8bit
bitmap image.
Related item
NOT, AND, OR, ADD, SUB, MAXEx, MINEx, ABS