7. Arithmetic Operations¶
Reading Assignment
Please read section 12.3 of [RVC], chapters 6 and 8 and sections 9.4 and 15.2 of [PIVP].
Arithmetic operations are performed on a pixel-by-pixel basis independent of both the location of each pixel in the image and other nearby pixels. Such operations are fundamental to many image processing applications, but are, in general, less important to machine vision. Thus, we will attempt to fairly quickly cover this material.
7.1. Monadic Operations¶
7.2. Diadic Operations¶
Video Resources
- Add 2 Images Demo
- Diadic Image Processing shows how to combine two images using the green screen effect.