ClassesClassesClassesClasses | | | | Operators

Bit

List of Operators

bit_andBitAndBitAndbit_andBitAndbit_and
Bit-by-bit AND of all pixels of the input images.
bit_lshiftBitLshiftBitLshiftbit_lshiftBitLshiftbit_lshift
Left shift of all pixels of the image.
bit_maskBitMaskBitMaskbit_maskBitMaskbit_mask
Logical “AND” of each pixel using a bit mask.
bit_notBitNotBitNotbit_notBitNotbit_not
Complement all bits of the pixels.
bit_orBitOrBitOrbit_orBitOrbit_or
Bit-by-bit OR of all pixels of the input images.
bit_rshiftBitRshiftBitRshiftbit_rshiftBitRshiftbit_rshift
Right shift of all pixels of the image.
bit_sliceBitSliceBitSlicebit_sliceBitSlicebit_slice
Extract a bit from the pixels.
bit_xorBitXorBitXorbit_xorBitXorbit_xor
Bit-by-bit XOR of all pixels of the input images.

ClassesClassesClassesClasses | | | | Operators