FIG halcon Bit bit pixel processing operator, continuously updated

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: https://blog.csdn.net/cashmood/article/details/102715112

bit_and

Function: bit by bit all the pixels of the input image with.

bit_lshift

Function: left all the pixels of the image.

bit_mask

Function: logic for each pixel in the bitmask.

bit_not

Features: complementing all the bits of the pixel.

bit_or

Function: bit by bit all the pixels of the input image or.

bit_rshift

Features: All right pixel of the image.

bit_slice

Features: extract one from the pixels.

bit_xor

Function: all pixels bitwise exclusive OR of the input image.

Guess you like

Origin blog.csdn.net/cashmood/article/details/102715112
Bit
BIT