Bit
List of Operators
bit_andBitAndbit_andBitAndbit_and
- Bit-by-bit AND of all pixels of the input images.
bit_lshiftBitLshiftbit_lshiftBitLshiftbit_lshift
- Left shift of all pixels of the image.
bit_maskBitMaskbit_maskBitMaskbit_mask
- Logical “AND” of each pixel using a bit mask.
bit_notBitNotbit_notBitNotbit_not
- Complement all bits of the pixels.
bit_orBitOrbit_orBitOrbit_or
- Bit-by-bit OR of all pixels of the input images.
bit_rshiftBitRshiftbit_rshiftBitRshiftbit_rshift
- Right shift of all pixels of the image.
bit_sliceBitSlicebit_sliceBitSlicebit_slice
- Extract a bit from the pixels.
bit_xorBitXorbit_xorBitXorbit_xor
- Bit-by-bit XOR of all pixels of the input images.