HALCON 18.05
/
HALCON Operator Reference
/
Filters
HDevelop
.NET
C++
C
Classes
Classes
|
|
Operators
Bit
List of Operators
bit_and
BitAnd
BitAnd
bit_and
Bit-by-bit AND of all pixels of the input images.
bit_lshift
BitLshift
BitLshift
bit_lshift
Left shift of all pixels of the image.
bit_mask
BitMask
BitMask
bit_mask
Logical “AND” of each pixel using a bit mask.
bit_not
BitNot
BitNot
bit_not
Complement all bits of the pixels.
bit_or
BitOr
BitOr
bit_or
Bit-by-bit OR of all pixels of the input images.
bit_rshift
BitRshift
BitRshift
bit_rshift
Right shift of all pixels of the image.
bit_slice
BitSlice
BitSlice
bit_slice
Extract a bit from the pixels.
bit_xor
BitXor
BitXor
bit_xor
Bit-by-bit XOR of all pixels of the input images.
Classes
Classes
|
|
Operators