ClassesClasses | | Operators

Bit

List of Operators

bit_andBitAndBitAndbit_and
Bit-by-bit AND of all pixels of the input images.
bit_lshiftBitLshiftBitLshiftbit_lshift
Left shift of all pixels of the image.
bit_maskBitMaskBitMaskbit_mask
Logical “AND” of each pixel using a bit mask.
bit_notBitNotBitNotbit_not
Complement all bits of the pixels.
bit_orBitOrBitOrbit_or
Bit-by-bit OR of all pixels of the input images.
bit_rshiftBitRshiftBitRshiftbit_rshift
Right shift of all pixels of the image.
bit_sliceBitSliceBitSlicebit_slice
Extract a bit from the pixels.
bit_xorBitXorBitXorbit_xor
Bit-by-bit XOR of all pixels of the input images.

ClassesClasses | | Operators