User`s guide

OpenCV Provider Users Guide - 73 -
ORiN Forum
DENSO WAVE Inc.
4.2.4. Mask
NOT
Format
object
.NOT <Output ID>
Parameters
<Output ID>
= VT_I4: Output Image ID
Return value
<Image>
= VT_UI1|VT_ARRAY: Changed Image
Explanation
Bit inversion.
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 outpu
t format is 24bit color bitmap image, and grayscale output format is 8bit
bitmap image.
Related item
AND, OR, XOR, ADD, SUB, MAXEx, MINEx, ABS
AND
Format
object
.AND <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 AND.
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, OR, XOR, ADD, SUB, MAXEx, MINEx, ABS