Image Processing Part 5: Arithmetic, Bitwise, and Masking
In this 5th part of the image processing series, we discuss more on the Arithmetic and bitwise operations, and masking of images in Python. It is recommended that the [previous articles](/community/tutorials/image-transformation-with-python-opencv) be run through, before starting off on your masked learning adventure here. Setting up the environment The following lines of code are used in […]